summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/thread.h')
-rw-r--r--src/pulsecore/thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/thread.h b/src/pulsecore/thread.h
index 8aabecfa..e50a707f 100644
--- a/src/pulsecore/thread.h
+++ b/src/pulsecore/thread.h
@@ -40,6 +40,9 @@ pa_thread *pa_thread_self(void);
void pa_thread_yield(void);
void pa_thread_once(pa_thread_once_t *control, pa_thread_once_func_t once_func);
+void* pa_thread_get_data(pa_thread *t);
+void pa_thread_set_data(pa_thread *t, void *userdata);
+
typedef struct pa_tls pa_tls;
pa_tls* pa_tls_new(pa_free_cb_t free_cb);