~ubuntu-branches/ubuntu/precise/crtmpserver/precise-backports

« back to all changes in this revision

Viewing changes to thelib/include/netio/kqueue/iohandlermanager.h

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-07-04 00:04:40 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120704000440-u9x7yhyglqjvspk8
Tags: 1.0~dfsg-3~ubuntu12.04.1
No-change backport to precise (LP: #964153)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        static map<uint32_t, IOHandler *> & GetActiveHandlers();
55
55
        static map<uint32_t, IOHandler *> & GetDeadHandlers();
56
56
        static void Initialize();
 
57
        static void Start();
57
58
        static void SignalShutdown();
58
59
        static void ShutdownIOHandlers();
59
60
        static void Shutdown();
74
75
#ifndef HAS_KQUEUE_TIMERS
75
76
        static void ProcessTimer(TimerEvent &event);
76
77
#endif
 
78
        static inline void ResizeEvents();
77
79
};
78
80
 
79
81