summaryrefslogtreecommitdiffstats
path: root/src/socket-client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-07 00:22:46 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-07 00:22:46 +0000
commite8d1185c4221fef9d712c1f375d8e592721b6943 (patch)
tree1fa6e0c9fb8543520f6223cc6fa23604c5cbccde /src/socket-client.h
parentf8cbde54dab2783e2c6ba699dfaee9ef51b1e098 (diff)
draining ind native protocol
fixes in callback code on object destruction simple protocol git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@52 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/socket-client.h')
-rw-r--r--src/socket-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket-client.h b/src/socket-client.h
index 76126aee..046cc3a5 100644
--- a/src/socket-client.h
+++ b/src/socket-client.h
@@ -5,6 +5,8 @@
#include "mainloop-api.h"
#include "iochannel.h"
+/* It is safe to destroy the calling socket_client object from the callback */
+
struct pa_socket_client;
struct pa_socket_client* pa_socket_client_new_ipv4(struct pa_mainloop_api *m, uint32_t address, uint16_t port);