X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Factive-response.h;h=c9ca7034bd775b20f1af9ff9048679437f431d3d;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=277891a084d1b4f4289ed155e505ba49abc3e209;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/config/active-response.h b/src/config/active-response.h index 277891a..c9ca703 100755 --- a/src/config/active-response.h +++ b/src/config/active-response.h @@ -1,15 +1,16 @@ -/* @(#) $Id: active-response.h,v 1.5 2009/06/24 17:06:24 dcid Exp $ */ +/* @(#) $Id: ./src/config/active-response.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * * 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 */ - + #ifndef _CAR__H #define _CAR__H @@ -19,7 +20,7 @@ typedef struct _ar_command { int expect; int timeout_allowed; - + char *name; char *executable; }ar_command; @@ -36,7 +37,7 @@ typedef struct _ar char *agent_id; char *rules_id; char *rules_group; - + ar_command *ar_cmd; }active_response;