tor  master
util_process.h
Go to the documentation of this file.
1 /* Copyright (c) 2011-2017, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
3 
9 #ifndef TOR_UTIL_PROCESS_H
10 #define TOR_UTIL_PROCESS_H
11 
12 #ifndef _WIN32
13 
18 
19 waitpid_callback_t *set_waitpid_callback(pid_t pid,
20  void (*fn)(int, void *), void *arg);
23 #endif /* !defined(_WIN32) */
24 
25 #endif /* !defined(TOR_UTIL_PROCESS_H) */
26 
Definition: util_process.c:38
void clear_waitpid_callback(waitpid_callback_t *ent)
Definition: util_process.c:101
void notify_pending_waitpid_callbacks(void)
Definition: util_process.c:144