projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d50bfd8
)
initialize running_as_daemon
author
Lennart Poettering
<lennart@poettering.net>
Fri, 16 Sep 2005 00:09:19 +0000
(
00:09
+0000)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 16 Sep 2005 00:09:19 +0000
(
00:09
+0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@358
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
polyp/core.c
patch
|
blob
|
history
diff --git
a/polyp/core.c
b/polyp/core.c
index c213faa0af463ed45ea4c704823ee2a41bcfa853..e2bebec25e8941c772cdbf84d7b14dd7be297330 100644
(file)
--- a/
polyp/core.c
+++ b/
polyp/core.c
@@
-59,6
+59,7
@@
struct pa_core* pa_core_new(struct pa_mainloop_api *m) {
c->scache = NULL;
c->autoload_idxset = NULL;
c->autoload_hashmap = NULL;
+ c->running_as_daemon = 0;
c->default_sample_spec.format = PA_SAMPLE_S16NE;
c->default_sample_spec.rate = 44100;