mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
threadpool: allow NULL jobdata
Don't require non-null jobdata to virThreadPoolSendJob().
This commit is contained in:
@@ -42,7 +42,6 @@ void virThreadPoolFree(virThreadPoolPtr pool);
|
||||
|
||||
int virThreadPoolSendJob(virThreadPoolPtr pool,
|
||||
void *jobdata) ATTRIBUTE_NONNULL(1)
|
||||
ATTRIBUTE_NONNULL(2)
|
||||
ATTRIBUTE_RETURN_CHECK;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user