// options for getExistingServices()
enum {
- kIONotifyOnce = 0x00000001
+ kIONotifyOnce = 0x00000001,
+ kIOServiceExistingSet = 0x00000002
};
// masks for __state[1]
OSDeclareDefaultStructors(_IOServiceInterestNotifier)
public:
- OSArray * whence;
+ queue_chain_t chain;
IOServiceInterestHandler handler;
void * target;
OSDeclareDefaultStructors(_IOConfigThread)
public:
- IOThread thread;
-
virtual void free();
- static _IOConfigThread * configThread( void );
+ static void configThread( void );
static void main( _IOConfigThread * self );
};
virtual OSObject * getNextObject();
};
+extern const OSSymbol * gIOConsoleUsersKey;
+extern const OSSymbol * gIOConsoleSessionUIDKey;
+extern const OSSymbol * gIOConsoleSessionOnConsoleKey;
+extern const OSSymbol * gIOConsoleSessionSecureInputPIDKey;
+
#endif /* ! _IOKIT_IOSERVICEPRIVATE_H */