From e0d30e3134fcbe54182d53e69f64167db408014b Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 1 Aug 2011 16:55:01 +0200 Subject: added some log statements to the dhcpcd client. But unfortunately it seems that some message will not be delivered. It happens that after the process finished message, some other messages arrived --- workspace/customdhcpcd/src/status.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'workspace/customdhcpcd/src/status.h') diff --git a/workspace/customdhcpcd/src/status.h b/workspace/customdhcpcd/src/status.h index 493eea1..0a1dc8a 100644 --- a/workspace/customdhcpcd/src/status.h +++ b/workspace/customdhcpcd/src/status.h @@ -8,15 +8,12 @@ #ifndef STATUS_H_ #define STATUS_H_ -enum STATUS { - STAT_OK, - STAT_ERROR, - STAT_INFO -}; +#define DHCPCD_EXIT 9 +#define DHCPCD_ARP_TEST 10 +#define DHCPCD_CONFIGURE 11 +#define DHCPCD_WRITE 12 +#define DHCPCD_LOG 13 + -enum SUBSTATUS { - DISCOVER, - OFFER -}; #endif /* STATUS_H_ */ -- cgit v1.2.3-55-g7522