]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/iochannel.c
implement "auth-ip-acl=" in the native and esound protocols
[pulseaudio] / src / pulsecore / iochannel.c
index b50293bff881bbdb08d19dfc2aca2312ef618fb4..af732c26c6a8a32d6c72ecc6193cedccdc8cde33 100644 (file)
@@ -408,3 +408,9 @@ pa_mainloop_api* pa_iochannel_get_mainloop_api(pa_iochannel *io) {
     
     return io->mainloop;
 }
+
+int pa_iochannel_get_recv_fd(pa_iochannel *io) {
+    assert(io);
+
+    return io->ifd;
+}