Imported Upstream version 2.7
[ossec-hids.git] / src / config / client-config.h
index fe8b906..ce2f558 100755 (executable)
@@ -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;