API Addition 2nd Version
diff --git a/nlsr.h b/nlsr.h
index f113d52..69e82dd 100644
--- a/nlsr.h
+++ b/nlsr.h
@@ -83,6 +83,9 @@
 	int debugging;
 
 	int semaphor;
+
+	int nlsr_api_server_sock_fd;
+	fd_set readfds;
 	
 };