From ae16e5d133d6ac216e44d2194796ed010aefc761 Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Sun, 28 Nov 2010 16:04:46 -0200 Subject: [PATCH] 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: Erik Alexandre Pucci <eap08@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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client.h b/src/client.h index 9a7cf2e..8a29372 100644 --- a/src/client.h +++ b/src/client.h @@ -35,6 +35,8 @@ #define COLLECTDATAFILE "../data/collect-data.xml" #define UPDATEOPTION "update" #define INVENTORYOPTION "inventory" +/* Network interface bind error */ +#define NIC_ERROR 50 /* 5 minutes before timeout */ #define TIMEOUT 300 // Print ERROR messages -- GitLab