We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e46e9 commit 930be09Copy full SHA for 930be09
lib/pbio/include/pbio/os.h
@@ -98,7 +98,7 @@ typedef enum {
98
/**
99
* Ask the process to cancel/exit.
100
*/
101
- PBIO_OS_PROCESS_REQUEST_TYPE_CANCEL = 1 << 1,
+ PBIO_OS_PROCESS_REQUEST_TYPE_CANCEL = 1 << 0,
102
} pbio_os_process_request_type_t;
103
104
@@ -290,6 +290,8 @@ struct _pbio_os_process_t {
290
} \
291
} while (0) \
292
293
+void pbio_os_process_make_request(pbio_os_process_t *process, pbio_os_process_request_type_t request);
294
+
295
bool pbio_os_run_processes_once(void);
296
297
void pbio_os_run_processes_and_wait_for_event(void);
0 commit comments