aboutsummaryrefslogtreecommitdiff
path: root/iemnet.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-30 10:52:24 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-30 10:52:24 +0000
commit3b5008ee8d8a9ff65bba6588f1e4196fae520b3d (patch)
tree16e638e86dc8b7a490b58fa9ddb2eb618b799f7b /iemnet.h
parentf89ae0b4b20758b0d2e7783a898c045546e19e34 (diff)
added "target" method to tcpserver, to specify how to send ordinary lists
target 0: broadcast target >0: send to specified client target <0: send not to specified client (but all others) svn path=/trunk/externals/iem/iemnet/; revision=13313
Diffstat (limited to 'iemnet.h')
-rw-r--r--iemnet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iemnet.h b/iemnet.h
index c8598d8..3cc21f5 100644
--- a/iemnet.h
+++ b/iemnet.h
@@ -146,6 +146,8 @@ void iemnet__sender_destroy(t_iemnet_sender*);
* \param pointer to a sender object
* \param pointer to a chunk of data to be sent
* \return the current fill state of the send buffer
+ *
+ * \note the sender creates a local copy of chunk; the caller has to delete their own copy
*/
int iemnet__sender_send(t_iemnet_sender*, t_iemnet_chunk*);