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

client.h: Added NIC_ERROR define


This is the same error defined in the new stdsoap2.h library file.

It will be used to identify the error while making the steps to bind the
client to a specific network device.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@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 7c734d68
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#define COLLECTDATAFILE "../data/collect-data.xml" #define COLLECTDATAFILE "../data/collect-data.xml"
#define UPDATEOPTION "update" #define UPDATEOPTION "update"
#define INVENTORYOPTION "inventory" #define INVENTORYOPTION "inventory"
/* Network interface bind error */
#define NIC_ERROR 50
/* 5 minutes before timeout */ /* 5 minutes before timeout */
#define TIMEOUT 300 #define TIMEOUT 300
// Print ERROR messages // Print ERROR messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment