summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/ioqueue.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-29 20:15:15 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-29 20:15:15 +0000
commit8fbda606f3e71e9d0d8b3ae6571db408b9dae48d (patch)
tree15d7a447e0c07752619e0d74332c59401fc50199 /pjlib/include/pj/ioqueue.h
parent02e33827d8cd91329007d2d2009965222d56ba53 (diff)
Initial work for ticket #579: added option to make the active socket sends all the (TCP) data before calling completion callback
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2185 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/ioqueue.h')
-rw-r--r--pjlib/include/pj/ioqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/ioqueue.h b/pjlib/include/pj/ioqueue.h
index d8df170e..8cfc090c 100644
--- a/pjlib/include/pj/ioqueue.h
+++ b/pjlib/include/pj/ioqueue.h
@@ -208,6 +208,7 @@ PJ_BEGIN_DECL
typedef struct pj_ioqueue_op_key_t
{
void *internal__[32]; /**< Internal I/O Queue data. */
+ void *activesock_data; /**< Active socket data. */
void *user_data; /**< Application data. */
} pj_ioqueue_op_key_t;