X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/iokit/Kernel/IOServicePrivate.h diff --git a/iokit/Kernel/IOServicePrivate.h b/iokit/Kernel/IOServicePrivate.h index 4ae23be1b..85501621e 100644 --- a/iokit/Kernel/IOServicePrivate.h +++ b/iokit/Kernel/IOServicePrivate.h @@ -150,7 +150,7 @@ class _IOConfigThread : public OSObject OSDeclareDefaultStructors(_IOConfigThread); public: - static void configThread( int configThreadId ); + static void configThread( const char * name ); static void main( void * arg, wait_result_t result ); }; @@ -175,7 +175,7 @@ public: static _IOServiceJob * startJob( IOService * nub, int type, IOOptionBits options = 0 ); - static void pingConfig( class _IOServiceJob * job ); + static void pingConfig( LIBKERN_CONSUMED class _IOServiceJob * job ); }; class IOResources : public IOService