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.
 
 * **********************************************************/
 

	
 
/*
...
 
@@ -1543,6 +1543,9 @@ 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;
 

	
 
/**