Add queue/controller level opaque pointer for units to coordinate controller access

r2103 | dcl | 2007-08-10 10:24:34 +1000 (Fri, 10 Aug 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-08-10 10:24:34 +10:00
parent 18ab7a86b8
commit ecfd182a2e

View File

@@ -175,4 +175,12 @@ int AsyncQueueFactory(SConnection *pCon, SicsInterp *pSics,
int AsyncQueueAction(SConnection *pCon, SicsInterp *pSics,
void *pData, int argc, char *argv[]);
/** \brief store queue level context
*/
void* AsyncUnitSetQueueContext(pAsyncUnit handle, void* cntx);
/** \brief retrieve queue level context
*/
void* AsyncUnitGetQueueContext(pAsyncUnit handle);
#endif /* SICSASYNCQUEUE */