From aa38a6f44a9330ef120506c6cc9a3d892de3755c Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Thu, 25 Feb 2010 11:07:07 -0300 Subject: [PATCH] client.h: Added COLLECTDATAFILE define The COLLECTDATAFILE define contains the path and name of the XML data file created by the collect agent. Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Acked-by: Diego Giovane Pasqualin <dgp06@c3sl.ufpr.br> Acked-by: Josiney de Souza <josineys@c3sl.ufpr.br> Acked-by: Ricardo Tavares de Oliveira <rto07@c3sl.ufpr.br> Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br> --- src/client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.h b/src/client.h index 753322e..5b2001c 100644 --- a/src/client.h +++ b/src/client.h @@ -30,6 +30,7 @@ /* Definitions */ #define VERSIONFILE "conf/version" +#define COLLECTDATAFILE "../data/collect-data.xml" #define UPDATEOPTION "--update" #define DEBUG 0 -- GitLab