search for: my_callback

Displaying 2 results from an estimated 2 matches for "my_callback".

Did you mean: py_callback
2019 Aug 13
1
Re: [PATCH libnbd] api: Rename nbd_aio_*_callback to nbd_aio_*.
On 8/13/19 10:37 AM, Richard W.M. Jones wrote: > The original nbd_aio_* (non-callback) functions are removed and > replaced with the renamed callback variants. > > This is a simple mechanical change to the API: > > (1) Any existing call to nbd_aio_*_callback can simply be renamed to > nbd_aio_* > > (2) Any existing call to nbd_aio_* must have two extra NULL
2012 May 27
1
Thread Problem.
...// Get next song strm.raw_ogg = music_queue[0]; music_queue.pop_front(); strm.pos = 0; if(strm.raw_ogg != NULL) { if(ov_open_callbacks(&strm, &strm.ovf, NULL, 0, my_callbacks) < 0) { panic("ov_open_callbacks failed - 2\n"); } } else { // NULL pointer signifies silence StopMus...