mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
Add a few more comments.
This commit is contained in:
parent
aab8c38b76
commit
4feedef94b
@ -126,9 +126,11 @@ struct evhttp_bound_socket {
|
|||||||
struct evconnlistener *listener;
|
struct evconnlistener *listener;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* server alias list item. */
|
||||||
struct evhttp_server_alias {
|
struct evhttp_server_alias {
|
||||||
TAILQ_ENTRY(evhttp_server_alias) next;
|
TAILQ_ENTRY(evhttp_server_alias) next;
|
||||||
char *alias;
|
|
||||||
|
char *alias; /* the server alias. */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct evhttp {
|
struct evhttp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user