Skip to content
Snippets Groups Projects
Commit c5b24f99 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

client.h: Added INVENTORYOPTION define


The INVENTORYOPTION define will be used to check if the client was called
with the inventory option. If that is true, then the client will only send
the XML data, returning appropriate messages, and nothing more. Without this
option, the client will not send the XML data.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarDiego Giovane Pasqualin <dgp06@c3sl.ufpr.br>
Acked-by: default avatarJosiney de Souza <josineys@c3sl.ufpr.br>
Acked-by: default avatarRicardo Tavares de Oliveira <rto07@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent c1d35ec8
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
#define VERSIONFILE "conf/version"
#define COLLECTDATAFILE "../data/collect-data.xml"
#define UPDATEOPTION "--update"
#define INVENTORYOPTION "--inventory"
#define DEBUG 0
/* Statics strings */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment