Changeset 20809 in vbox for trunk/include
- Timestamp:
- Jun 23, 2009 9:08:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/getopt.h
r20374 r20809 82 82 /** The value must be a valid ethernet MAC address. */ 83 83 #define RTGETOPT_REQ_MACADDR 14 84 /** The value must be a valid UUID. */ 85 #define RTGETOPT_REQ_UUID 15 84 86 /** The mask of the valid required types. */ 85 87 #define RTGETOPT_REQ_MASK 15 … … 158 160 /** A RTGETOPT_REQ_MACADDR option argument. */ 159 161 RTMAC MacAddr; 162 /** A RTGETOPT_REQ_UUID option argument. */ 163 RTUUID Uuid; 160 164 /** A signed integer value. */ 161 165 int64_t i;
Note:
See TracChangeset
for help on using the changeset viewer.