X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Fclient-config.h;h=ce2f558c4b3015a2993a407014c52fac15ecdc9a;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=fe8b906883bbc807c9ec00e0b7e45b61a1472b7f;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/config/client-config.h b/src/config/client-config.h index fe8b906..ce2f558 100755 --- a/src/config/client-config.h +++ b/src/config/client-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 */ @@ -23,7 +23,8 @@ typedef struct _agent int execdq; int rip_id; char *lip; - char **rip; /* remote (server) ip */ + char **rip; /* remote (server) ip */ + char *profile; }agent;