Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/libevent/http-internal.h

Issue 412006: posix: upgrade libevent from 1.4.7 to 1.4.13 (Closed)
Patch Set: better readme Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libevent/http-internal.h
diff --git a/third_party/libevent/http-internal.h b/third_party/libevent/http-internal.h
index bc9a1ed61555c897cc2099108c0385250201879e..9cd03cdd2bc1d50b4fe7fcbdab9c251e32328be3 100644
--- a/third_party/libevent/http-internal.h
+++ b/third_party/libevent/http-internal.h
@@ -61,6 +61,7 @@ struct evhttp_connection {
struct evbuffer *output_buffer;
char *bind_address; /* address to use for binding the src */
+ u_short bind_port; /* local port for binding the src */
char *address; /* address to connect to */
u_short port;

Powered by Google App Engine
This is Rietveld 408576698