diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-11 22:37:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-11 22:37:48 +0200 |
commit | 9bdc770ccd3e23419a0d908782a661dd81a36bc8 (patch) | |
tree | 3664479ac33454ec5a3e378ce1ddca097b20852d /src/shared/util.h | |
parent | 4771148bb92ace55eaa6759a53d04a0f2de9b0d2 (diff) |
polkit: when spawning off agent, wait until the agent is fully initialized
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 5e927df02c..062ab6dd05 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -529,6 +529,6 @@ int is_kernel_thread(pid_t pid); int fd_inc_sndbuf(int fd, size_t n); int fd_inc_rcvbuf(int fd, size_t n); -int fork_agent(pid_t *pid, const char *path, ...); +int fork_agent(pid_t *pid, const int except[], unsigned n_except, const char *path, ...); #endif |