File diff 763922b5834e → d0a14f973771
BLD/build/HEADERS/vmkapi-current-all-public/vmkernel64/release/net/vmkapi_net_uplink_incompat.h
Show inline comments
 
/* **********************************************************
 
 * Copyright 2006 - 2010 VMware, Inc.  All rights reserved.
 
 * Copyright 2006 - 2011 VMware, Inc.  All rights reserved.
 
 * **********************************************************/
 

	
 
/*
 
 * @VMKAPIMOD_LICENSE@
 
 */
 

	
 
/*
 
 ***********************************************************************
 
 * Uplink                                                         */ /**
 
 * \addtogroup Network
 
 *@{
 
 * \addtogroup Uplink Uplink management
...
 
@@ -1534,24 +1534,27 @@ typedef struct vmk_UplinkFunctions {
 
   /** Set of functions giving access to the DCB services of the device */
 
   vmk_UplinkDCBFunctions           dcbFns;
 

	
 
} vmk_UplinkFunctions;
 

	
 
/**
 
 * \brief Uplink flags for misc. info.
 
 */
 
typedef enum {
 
   /** \brief hidden from management apps */
 
   VMK_UPLINK_FLAG_HIDDEN         =       0x01,
 

	
 
   /** This will be set if physical device is being registered as pseudo-dev */
 
   VMK_UPLINK_FLAG_PSEUDO_REG     =       0x02,
 

	
 
} vmk_UplinkFlags;
 

	
 
/**
 
 * \brief Structure containing all the required information to bind a 
 
 *        device to an uplink.
 
 */
 

	
 
typedef struct {
 

	
 
   /** Name of the freshly connected device */
 
   char                  *devName;