]> code.delx.au - pulseaudio/blobdiff - polyp/core.h
* fix include file names in installed header files
[pulseaudio] / polyp / core.h
index 6c6070b1e0a1c730fd85bfc46f045d2d9238eff8..3660442446b55bb6fb5a2b1ad83897c2b3cc4a8f 100644 (file)
  * variables for the daemon. */
 
 struct pa_core {
+    /* A random value which may be used to identify this instance of
+     * polypaudio. Not cryptographically secure in any way. */
+    uint32_t cookie;
+    
     struct pa_mainloop_api *mainloop;
 
     /* idxset of all kinds of entities */