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:
parent
c379e6fed2
commit
1cebd061c3
@ -20,6 +20,7 @@ status_t add_select_sync_pool_entry(select_sync_pool **pool, selectsync *sync,
|
||||
uint32 ref, uint8 event);
|
||||
status_t remove_select_sync_pool_entry(select_sync_pool **pool,
|
||||
selectsync *sync, uint8 event);
|
||||
void delete_select_sync_pool(select_sync_pool *pool);
|
||||
void notify_select_event_pool(select_sync_pool *pool, uint8 event);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user