Changeset 365 for pjproject/trunk/pjlib/src/pj/ioqueue_common_abs.h
- Timestamp:
- Mar 30, 2006 4:32:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_common_abs.h
r363 r365 88 88 }; 89 89 90 #if PJ_IOQUEUE_HAS_SAFE_UNREG 91 # define UNREG_FIELDS \ 92 unsigned ref_count; \ 93 pj_bool_t closing; \ 94 pj_time_val free_time; \ 95 96 #else 97 # define UNREG_FIELDS 98 #endif 99 90 100 #define DECLARE_COMMON_KEY \ 91 101 PJ_DECL_LIST_MEMBER(struct pj_ioqueue_key_t); \ … … 101 111 struct read_operation read_list; \ 102 112 struct write_operation write_list; \ 103 struct accept_operation accept_list; 113 struct accept_operation accept_list; \ 114 UNREG_FIELDS 104 115 105 116
Note: See TracChangeset
for help on using the changeset viewer.