novi upstream verzije 2.8.3
[ossec-hids.git] / src / config / client-config.h
index 5049a9d..c403677 100755 (executable)
@@ -23,7 +23,10 @@ typedef struct _agent
     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;