-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstructevent__config.html
90 lines (86 loc) · 5.37 KB
/
structevent__config.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
<!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: event_config Struct Reference</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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">event_config Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Configuration for an <a class="el" href="structevent__base.html" title="Structure to hold information and state for a Libevent dispatch loop.">event_base</a>.
<a href="structevent__config.html#details">More...</a></p>
<p><code>#include <<a class="el" href="event_8h_source.html">event.h</a>></code></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Configuration for an <a class="el" href="structevent__base.html" title="Structure to hold information and state for a Libevent dispatch loop.">event_base</a>. </p>
<p>There are many options that can be used to alter the behavior and implementation of an <a class="el" href="structevent__base.html" title="Structure to hold information and state for a Libevent dispatch loop.">event_base</a>. To avoid having to pass them all in a complex many-argument constructor, we provide an abstract data type where you set up configuration information before passing it to <a class="el" href="event_8h.html#a864798e5b3c6aa8d2f9e9c5035a3e6da" title="Initialize the event API.">event_base_new_with_config()</a>.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="event_8h.html#a76f3b4191e43c8b4758b99da761c858e" title="Allocates a new event configuration object.">event_config_new()</a>, <a class="el" href="event_8h.html#ad7917192d1f78884de03a8777013fd1c" title="Deallocates all memory associated with an event configuration object.">event_config_free()</a>, <a class="el" href="event_8h.html#a864798e5b3c6aa8d2f9e9c5035a3e6da" title="Initialize the event API.">event_base_new_with_config()</a>, <a class="el" href="event_8h.html#ac5328011d251a7af085fdc19deb748bc" title="Enters an event method that should be avoided into the configuration.">event_config_avoid_method()</a>, <a class="el" href="event_8h.html#ab76526f5bcd7b05d63f38fca439d7492" title="Enters a required event method feature that the application demands.">event_config_require_features()</a>, <a class="el" href="event_8h.html#ae9e42b61a7e8465b7c897432c4ddcabd" title="Sets one or more flags to configure what parts of the eventual event_base will be initialized,...">event_config_set_flag()</a>, <a class="el" href="event_8h.html#a472425045a342e48429e408eaeb81d18" title="Records a hint for the number of CPUs in the system.">event_config_set_num_cpus_hint()</a> </dd></dl>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li>event2/<a class="el" href="event_8h_source.html">event.h</a></li>
</ul>
</div><!-- contents -->
<!-- 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>