Add a few more comments.

This commit is contained in:
Christopher Davis 2010-11-29 07:18:32 -08:00
parent aab8c38b76
commit 4feedef94b

View File

@ -126,9 +126,11 @@ struct evhttp_bound_socket {
struct evconnlistener *listener;
};
/* server alias list item. */
struct evhttp_server_alias {
TAILQ_ENTRY(evhttp_server_alias) next;
char *alias;
char *alias; /* the server alias. */
};
struct evhttp {