commit | 95041803275319d60bf8ae90a454ba88d64b7fc1 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Fri Nov 16 09:18:02 2012 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Fri Nov 16 09:18:02 2012 -0600 |
tree | e9c3d7db00e10f87726a7c460d0b49c3d7863bd8 | |
parent | 5211dae0cc1551825b7ee666c20a2995f02d327f [diff] [blame] |
API modified to Connect Remote Host
diff --git a/nlsr.h b/nlsr.h index 69e82dd..a53cc2b 100644 --- a/nlsr.h +++ b/nlsr.h
@@ -16,6 +16,8 @@ #define NAME_LSA_VALID 1 #define NAME_LSA_INVALID 0 +#define API_PORT 9696 + struct name_prefix { @@ -86,6 +88,7 @@ int nlsr_api_server_sock_fd; fd_set readfds; + int api_port; };