-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathevent__compat_8h_source.html
202 lines (200 loc) · 23.9 KB
/
event__compat_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libevent: event2/event_compat.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libevent
 <span id="projectnumber">2.2.1</span>
</div>
<div id="projectbrief">Event notification library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_db160b4728e6067cf5f9cc14ec42c79d.html">event2</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">event_compat.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="event__compat_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu></span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * modification, are permitted provided that the following conditions</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * are met:</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * 1. Redistributions of source code must retain the above copyright</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * notice, this list of conditions and the following disclaimer in the</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * documentation and/or other materials provided with the distribution.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * 3. The name of the author may not be used to endorse or promote products</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * derived from this software without specific prior written permission.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#ifndef EVENT2_EVENT_COMPAT_H_INCLUDED_</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#define EVENT2_EVENT_COMPAT_H_INCLUDED_</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#include <event2/visibility.h></span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#include <event2/event-config.h></span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#ifdef EVENT__HAVE_SYS_TYPES_H</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#include <sys/types.h></span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#ifdef EVENT__HAVE_SYS_TIME_H</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#include <sys/time.h></span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment">/* For int types. */</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor">#include <<a class="code" href="util_8h.html">event2/util.h</a>></span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="keyword">struct </span><a class="code" href="structevent__base.html">event_base</a> *<a class="code" href="event__compat_8h.html#aa72d84e78eb6f08dc580e6245c087cb6">event_init</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  </div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="keywordtype">int</span> <a class="code" href="event__compat_8h.html#af4db42ebbe9e6ee92128e99523e5987f">event_dispatch</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="keywordtype">int</span> <a class="code" href="event__compat_8h.html#a3d6542d4518f6873ef9d308e3ee525e1">event_loop</a>(<span class="keywordtype">int</span>);</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  </div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  </div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="keywordtype">int</span> <a class="code" href="event__compat_8h.html#a88b7e5bb1e7bd5e617167ed6192fdd66">event_loopexit</a>(<span class="keyword">const</span> <span class="keyword">struct</span> timeval *);</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  </div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="keywordtype">int</span> <a class="code" href="event__compat_8h.html#a497e5e360112dcbdc8409ecb45c2c565">event_loopbreak</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="keywordtype">int</span> <a class="code" href="event__compat_8h.html#aa7139d18495e80b2e31961c1c553d45e">event_once</a>(<a class="code" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a> , <span class="keywordtype">short</span>,</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordtype">void</span> (*)(<a class="code" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a>, <span class="keywordtype">short</span>, <span class="keywordtype">void</span> *), <span class="keywordtype">void</span> *, <span class="keyword">const</span> <span class="keyword">struct</span> timeval *);</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  </div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  </div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="event__compat_8h.html#a756cb3d9a3671a5a03387a2f18ff83e8">event_get_method</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  </div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  </div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span> <span class="keywordtype">int</span> <a class="code" href="event__compat_8h.html#ade115d1b3302c33a6308c50964b6304e">event_priority_init</a>(<span class="keywordtype">int</span>);</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  </div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> EVENT2_EXPORT_SYMBOL</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="keywordtype">void</span> <a class="code" href="event__compat_8h.html#af06653a20ca79b6229adf89630d20916">event_set</a>(<span class="keyword">struct</span> <a class="code" href="structevent.html">event</a> *, <a class="code" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a>, <span class="keywordtype">short</span>, <span class="keywordtype">void</span> (*)(<a class="code" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a>, <span class="keywordtype">short</span>, <span class="keywordtype">void</span> *), <span class="keywordtype">void</span> *);</div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  </div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> <span class="preprocessor">#define evtimer_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg))</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="preprocessor">#define evsignal_set(ev, x, cb, arg) \</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> <span class="preprocessor"> event_set((ev), (x), EV_SIGNAL|EV_PERSIST, (cb), (arg))</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  </div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  </div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span> <span class="preprocessor">#define timeout_add(ev, tv) event_add((ev), (tv))</span></div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span> <span class="preprocessor">#define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg))</span></div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span> <span class="preprocessor">#define timeout_del(ev) event_del(ev)</span></div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span> <span class="preprocessor">#define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv))</span></div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span> <span class="preprocessor">#define timeout_initialized(ev) event_initialized(ev)</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  </div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span> <span class="preprocessor">#define signal_add(ev, tv) event_add((ev), (tv))</span></div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span> <span class="preprocessor">#define signal_set(ev, x, cb, arg) \</span></div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span> <span class="preprocessor"> event_set((ev), (x), EV_SIGNAL|EV_PERSIST, (cb), (arg))</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span> <span class="preprocessor">#define signal_del(ev) event_del(ev)</span></div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span> <span class="preprocessor">#define signal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv))</span></div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span> <span class="preprocessor">#define signal_initialized(ev) event_initialized(ev)</span></div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  </div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span> <span class="preprocessor">#ifndef EVENT_FD</span></div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span> <span class="comment">/* These macros are obsolete; use event_get_fd and event_get_signal instead. */</span></div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span> <span class="preprocessor">#define EVENT_FD(ev) ((int)event_get_fd(ev))</span></div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span> <span class="preprocessor">#define EVENT_SIGNAL(ev) event_get_signal(ev)</span></div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  </div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span> <span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span> }</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  </div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span> <span class="preprocessor">#endif </span><span class="comment">/* EVENT2_EVENT_COMPAT_H_INCLUDED_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aevent__compat_8h_html_af4db42ebbe9e6ee92128e99523e5987f"><div class="ttname"><a href="event__compat_8h.html#af4db42ebbe9e6ee92128e99523e5987f">event_dispatch</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL int event_dispatch(void)</div><div class="ttdoc">Loop to process events.</div></div>
<div class="ttc" id="aevent__compat_8h_html_a497e5e360112dcbdc8409ecb45c2c565"><div class="ttname"><a href="event__compat_8h.html#a497e5e360112dcbdc8409ecb45c2c565">event_loopbreak</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL int event_loopbreak(void)</div><div class="ttdoc">Abort the active event_loop() immediately.</div></div>
<div class="ttc" id="astructevent__base_html"><div class="ttname"><a href="structevent__base.html">event_base</a></div><div class="ttdoc">Structure to hold information and state for a Libevent dispatch loop.</div><div class="ttdef"><b>Definition:</b> event.h:219</div></div>
<div class="ttc" id="aevent__compat_8h_html_ade115d1b3302c33a6308c50964b6304e"><div class="ttname"><a href="event__compat_8h.html#ade115d1b3302c33a6308c50964b6304e">event_priority_init</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL int event_priority_init(int)</div><div class="ttdoc">Set the number of different event priorities.</div></div>
<div class="ttc" id="astructevent_html"><div class="ttname"><a href="structevent.html">event</a></div><div class="ttdoc">Structure to represent a single event.</div><div class="ttdef"><b>Definition:</b> event.h:276</div></div>
<div class="ttc" id="aevent__compat_8h_html_a3d6542d4518f6873ef9d308e3ee525e1"><div class="ttname"><a href="event__compat_8h.html#a3d6542d4518f6873ef9d308e3ee525e1">event_loop</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL int event_loop(int)</div><div class="ttdoc">Handle events.</div></div>
<div class="ttc" id="aevent__compat_8h_html_aa7139d18495e80b2e31961c1c553d45e"><div class="ttname"><a href="event__compat_8h.html#aa7139d18495e80b2e31961c1c553d45e">event_once</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL int event_once(evutil_socket_t, short, void(*)(evutil_socket_t, short, void *), void *, const struct timeval *)</div><div class="ttdoc">Schedule a one-time event to occur.</div></div>
<div class="ttc" id="aevent__compat_8h_html_aa72d84e78eb6f08dc580e6245c087cb6"><div class="ttname"><a href="event__compat_8h.html#aa72d84e78eb6f08dc580e6245c087cb6">event_init</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL struct event_base * event_init(void)</div><div class="ttdoc">Initialize the event API.</div></div>
<div class="ttc" id="aevent__compat_8h_html_a756cb3d9a3671a5a03387a2f18ff83e8"><div class="ttname"><a href="event__compat_8h.html#a756cb3d9a3671a5a03387a2f18ff83e8">event_get_method</a></div><div class="ttdeci">const EVENT2_EXPORT_SYMBOL char * event_get_method(void)</div><div class="ttdoc">Get the kernel event notification mechanism used by Libevent.</div></div>
<div class="ttc" id="aevent__compat_8h_html_a88b7e5bb1e7bd5e617167ed6192fdd66"><div class="ttname"><a href="event__compat_8h.html#a88b7e5bb1e7bd5e617167ed6192fdd66">event_loopexit</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL int event_loopexit(const struct timeval *)</div><div class="ttdoc">Exit the event loop after the specified time.</div></div>
<div class="ttc" id="aevent__compat_8h_html_af06653a20ca79b6229adf89630d20916"><div class="ttname"><a href="event__compat_8h.html#af06653a20ca79b6229adf89630d20916">event_set</a></div><div class="ttdeci">EVENT2_EXPORT_SYMBOL void event_set(struct event *, evutil_socket_t, short, void(*)(evutil_socket_t, short, void *), void *)</div><div class="ttdoc">Prepare an event structure to be added.</div></div>
<div class="ttc" id="autil_8h_html"><div class="ttname"><a href="util_8h.html">util.h</a></div><div class="ttdoc">Common convenience functions for cross-platform portability and related socket manipulations.</div></div>
<div class="ttc" id="autil_8h_html_a7ef0023565082a65020f6e56be59fd0b"><div class="ttname"><a href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a></div><div class="ttdeci">#define evutil_socket_t</div><div class="ttdoc">A type wide enough to hold the output of "socket()" or "accept()".</div><div class="ttdef"><b>Definition:</b> util.h:325</div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>