aboutsummaryrefslogtreecommitdiff
path: root/iemnet.h
diff options
context:
space:
mode:
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*);