implemented new CLI command: dump

add prefork() and postfork() arguments to pa_context_connect_spawn()


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@184 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-07 17:06:54 +00:00
parent 93c8fe6577
commit 70007175d2
6 changed files with 130 additions and 20 deletions

View file

@ -357,7 +357,7 @@ int main(int argc, char *argv[]) {
pa_context_set_state_callback(context, context_state_callback, NULL);
/* Connect the context */
pa_context_connect_spawn(context, NULL);
pa_context_connect_spawn(context, NULL, NULL, NULL);
/* Run the main loop */
if (pa_mainloop_run(m, &ret) < 0) {