diff options
Diffstat (limited to 'src/pulse/client-conf.h')
| -rw-r--r-- | src/pulse/client-conf.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/client-conf.h b/src/pulse/client-conf.h index 699279aa..4eac467e 100644 --- a/src/pulse/client-conf.h +++ b/src/pulse/client-conf.h @@ -31,6 +31,7 @@ typedef struct pa_client_conf {      pa_bool_t autospawn, disable_shm;      uint8_t cookie[PA_NATIVE_COOKIE_LENGTH];      pa_bool_t cookie_valid; /* non-zero, when cookie is valid */ +    size_t shm_size;  } pa_client_conf;  /* Create a new configuration data object and reset it to defaults */  | 
