added logging to daemon

This commit is contained in:
John Jones 2017-04-03 20:54:03 -05:00
parent 089d072736
commit 7b61c70639
3 changed files with 24 additions and 8 deletions

View file

@ -8,8 +8,10 @@
#define CONNECTIONS 50
struct null_connection_params {
int socket;
int file_descriptor;
int *count;
char* ip;
int port;
struct IpfsNode* local_node;
};