diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2013-05-15 09:37:45 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2013-06-04 00:38:43 +0530 |
commit | 8d129977ca8d77eeceee1c1a467ccc12f6215063 (patch) | |
tree | 2cb27435c98fe0c1c2e2b7ad447f0964916dceed /src/map-file | |
parent | 1b0136be44ebcf5a5d55709de2907db4e36f3a82 (diff) |
mainloop: Add API to set thread name for threaded mainloop
Diffstat (limited to 'src/map-file')
-rw-r--r-- | src/map-file | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file index 955b29504..90c8ea2b2 100644 --- a/src/map-file +++ b/src/map-file @@ -343,6 +343,7 @@ pa_threaded_mainloop_get_retval; pa_threaded_mainloop_in_thread; pa_threaded_mainloop_lock; pa_threaded_mainloop_new; +pa_threaded_mainloop_set_name; pa_threaded_mainloop_signal; pa_threaded_mainloop_start; pa_threaded_mainloop_stop; |