diff options
Diffstat (limited to 'third_party/libevent/http-internal.h')
-rw-r--r-- | third_party/libevent/http-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libevent/http-internal.h b/third_party/libevent/http-internal.h index bc9a1ed..9cd03cd 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; |