- Timestamp:
- Apr 27, 2012 1:32:12 AM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/1.x merged: 4103-4105,4107
- Property svn:mergeinfo changed
-
pjproject/trunk/pjlib/src/pjlib-test/udp_echo_srv_ioqueue.c
r3553 r4108 23 23 static pj_ioqueue_key_t *key; 24 24 static pj_atomic_t *total_bytes; 25 static pj_bool_t thread_quit_flag; 25 26 26 27 struct op_key … … 146 147 } 147 148 148 for (;;) {149 while (!thread_quit_flag) { 149 150 pj_time_val timeout; 150 151 timeout.sec = 0; timeout.msec = 10; 151 152 rc = pj_ioqueue_poll(ioqueue, &timeout); 152 153 } 153 PJ_UNREACHED(return 0;)154 return 0; 154 155 } 155 156
Note: See TracChangeset
for help on using the changeset viewer.