summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/core.h')
-rw-r--r--polyp/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/core.h b/polyp/core.h
index b125083d..e1e48cbc 100644
--- a/polyp/core.h
+++ b/polyp/core.h
@@ -38,7 +38,7 @@ struct pa_core {
struct pa_sample_spec default_sample_spec;
int auto_unload_time;
- void *auto_unload_mainloop_source;
+ struct pa_time_event *auto_unload_event;
};
struct pa_core* pa_core_new(struct pa_mainloop_api *m);