X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Fclient-config.h;fp=src%2Fconfig%2Fclient-config.h;h=876db0990c17cc6b0aa203d2f9973a3491d7fe8d;hp=c403677f05cbdfd1246a3fa380469836628dad2a;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/config/client-config.h b/src/config/client-config.h old mode 100755 new mode 100644 index c403677..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,28 +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 */