Added delete_select_sync_pool() to clean up.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11928 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,6 +20,7 @@ status_t add_select_sync_pool_entry(select_sync_pool **pool, selectsync *sync,
|
|||||||
uint32 ref, uint8 event);
|
uint32 ref, uint8 event);
|
||||||
status_t remove_select_sync_pool_entry(select_sync_pool **pool,
|
status_t remove_select_sync_pool_entry(select_sync_pool **pool,
|
||||||
selectsync *sync, uint8 event);
|
selectsync *sync, uint8 event);
|
||||||
|
void delete_select_sync_pool(select_sync_pool *pool);
|
||||||
void notify_select_event_pool(select_sync_pool *pool, uint8 event);
|
void notify_select_event_pool(select_sync_pool *pool, uint8 event);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user