aboutsummaryrefslogtreecommitdiff
path: root/iemnet.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-04-01 07:20:58 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-04-01 07:20:58 +0000
commit7ac448bb91b48fcc835c623272ef41cbbbba6d9b (patch)
treeffe413e4f360b64485deff347d5985ac95d643c7 /iemnet.h
parented35737b2cc95607125de03d8fa082e66e061408 (diff)
convenience function for outputting the socket
svn path=/trunk/externals/iem/iemnet/; revision=13329
Diffstat (limited to 'iemnet.h')
-rw-r--r--iemnet.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/iemnet.h b/iemnet.h
index 7a97460..a484ccd 100644
--- a/iemnet.h
+++ b/iemnet.h
@@ -224,6 +224,17 @@ int iemnet__receiver_getsize(t_iemnet_receiver*);
void iemnet__addrout(t_outlet*status_outlet, t_outlet*address_outlet, long address, unsigned short port);
/**
+ * output the socket we received data from
+ * the given socket is first output through the status_outlet as a "socket" message
+ * and then as a single number through the socket_outlet
+ *
+ * \param status_outlet outlet for general status messages
+ * \param socket_outlet outlet for sockets only
+ * \param sockfd the socket
+ */
+void iemnet__socketout(t_outlet*status_outlet, t_outlet*socket_outlet, int sockfd);
+
+/**
* output the number of connections
* the given number of connections is first output through the status_outlet as a "connections" message
* and then as a single number through the numconn_outlet