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:
@@ -175,4 +175,12 @@ int AsyncQueueFactory(SConnection *pCon, SicsInterp *pSics,
|
|||||||
int AsyncQueueAction(SConnection *pCon, SicsInterp *pSics,
|
int AsyncQueueAction(SConnection *pCon, SicsInterp *pSics,
|
||||||
void *pData, int argc, char *argv[]);
|
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 */
|
#endif /* SICSASYNCQUEUE */
|
||||||
|
|||||||
Reference in New Issue
Block a user