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=65bf8d7054f1ee0b2b587f0051ba27da07580cfe;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/config/remote-config.h b/src/config/remote-config.h index 65bf8d7..7896830 100755 --- a/src/config/remote-config.h +++ b/src/config/remote-config.h @@ -5,7 +5,7 @@ * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ @@ -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