added logging to daemon
This commit is contained in:
parent
089d072736
commit
7b61c70639
3 changed files with 24 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue