Changeset 745 for trunk/server/lib/tevent/tevent_internal.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/lib/tevent/tevent_internal.h
r429 r745 163 163 const char *location; 164 164 /* this is private for the events_ops implementation */ 165 uint 16_t additional_flags;165 uint64_t additional_flags; 166 166 void *additional_data; 167 167 }; … … 304 304 bool tevent_standard_init(void); 305 305 bool tevent_select_init(void); 306 bool tevent_poll_init(void); 306 307 #ifdef HAVE_EPOLL 307 308 bool tevent_epoll_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.