VirtualBox

Changeset 20809 in vbox for trunk/include


Ignore:
Timestamp:
Jun 23, 2009 9:08:20 AM (16 years ago)
Author:
vboxsync
Message:

Runtime/getopt: new parameter value type 'UUID'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/getopt.h

    r20374 r20809  
    8282/** The value must be a valid ethernet MAC address. */
    8383#define RTGETOPT_REQ_MACADDR                    14
     84/** The value must be a valid UUID. */
     85#define RTGETOPT_REQ_UUID                       15
    8486/** The mask of the valid required types. */
    8587#define RTGETOPT_REQ_MASK                       15
     
    158160    /** A RTGETOPT_REQ_MACADDR option argument. */
    159161    RTMAC           MacAddr;
     162    /** A RTGETOPT_REQ_UUID option argument. */
     163    RTUUID          Uuid;
    160164    /** A signed integer value. */
    161165    int64_t         i;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette