Changeset 745 for trunk/server/lib/tevent/tevent_epoll.c
- 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_epoll.c
r414 r745 43 43 44 44 /* 45 called when a epoll call fails, and we should fallback 46 to using select 45 called when a epoll call fails 47 46 */ 48 47 static void epoll_panic(struct epoll_event_context *epoll_ev, const char *reason) … … 438 437 }; 439 438 440 bool tevent_epoll_init(void)439 _PRIVATE_ bool tevent_epoll_init(void) 441 440 { 442 441 return tevent_register_backend("epoll", &epoll_event_ops);
Note:
See TracChangeset
for help on using the changeset viewer.