X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Fclient-config.h;h=876db0990c17cc6b0aa203d2f9973a3491d7fe8d;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=ce2f558c4b3015a2993a407014c52fac15ecdc9a;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/config/client-config.h b/src/config/client-config.h old mode 100755 new mode 100644 index ce2f558..876db09 --- a/src/config/client-config.h +++ b/src/config/client-config.h @@ -1,5 +1,3 @@ -/* $OSSEC, client-config.h, v0.2, 2005/11/09, Daniel B. Cid$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -9,26 +7,22 @@ * Foundation */ - #ifndef __CAGENTD_H - #define __CAGENTD_H /* Configuration structure */ -typedef struct _agent -{ - int port; +typedef struct _agent { + char *port; int m_queue; int sock; int execdq; int rip_id; char *lip; - char **rip; /* remote (server) ip */ + char **rip; /* remote (server) IP */ + int notify_time; + int max_time_reconnect_try; char *profile; -}agent; - - -#endif +} agent; +#endif /* __CAGENTD_H */ -/* EOF */