We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361593d commit 8ca65deCopy full SHA for 8ca65de
src/event_loop.h
@@ -1,3 +1,6 @@
1
+#ifndef _EVENT_LOOP_H
2
+#define _EVENT_LOOP_H
3
+
4
#include "util/refcounting.h"
5
6
struct evloop;
@@ -45,3 +48,5 @@ struct evthread *evthread_start();
45
48
struct evloop *evthread_get_evloop(struct evthread *thread);
46
49
47
50
void evthread_join(struct evthread *thread);
51
52
+#endif // _EVENT_LOOP_H
0 commit comments