X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Fremote-config.h;h=7896830c72e69add4326d46c8a0a303a95704b7a;hp=a04307893179a615e67122d90e2ee9381c497e34;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/config/remote-config.h b/src/config/remote-config.h index a043078..7896830 100755 --- a/src/config/remote-config.h +++ b/src/config/remote-config.h @@ -14,7 +14,7 @@ #define __CLOGREMOTE_H -#define SYSLOG_CONN 1 +#define SYSLOG_CONN 1 #define SECURE_CONN 2 #define UDP_PROTO 6 #define TCP_PROTO 17 @@ -27,6 +27,7 @@ typedef struct _remoted int *proto; int *port; int *conn; + int *ipv6; char **lip; os_ip **allowips; @@ -34,7 +35,7 @@ typedef struct _remoted int m_queue; int sock; - socklen_t peer_size; + socklen_t peer_size; }remoted; #endif