]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/testkext/testthreadcall.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / tools / tests / testkext / testthreadcall.h
index 2b89738258834f10a01f54cd27f304f7a4ba8693..c2a03b80676b80d2d02f218d964924a3b10d47bd 100644 (file)
@@ -14,5 +14,7 @@ class testthreadcall : public IOService {
     
 public:
        thread_call_t tcall;
+       thread_call_t tcall2;
        IOSimpleLock *tlock;
-};
\ No newline at end of file
+       IOLock       *tlock2;
+};