summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/status.h
diff options
context:
space:
mode:
authorNiklas2011-07-11 16:55:28 +0200
committerNiklas2011-07-11 16:55:28 +0200
commitf173b5d9e29c2f107eee9ab1186af9fc1fc0ff31 (patch)
treeb7e18b7ba44bb74e80486717820bbf720157549a /workspace/customdhcpcd/src/status.h
parentupdated the LogReceiver and LogWriter. we are now able to send and receive St... (diff)
downloadfbgui-f173b5d9e29c2f107eee9ab1186af9fc1fc0ff31.tar.gz
fbgui-f173b5d9e29c2f107eee9ab1186af9fc1fc0ff31.tar.xz
fbgui-f173b5d9e29c2f107eee9ab1186af9fc1fc0ff31.zip
added the custom dhcpcd client to git.
Diffstat (limited to 'workspace/customdhcpcd/src/status.h')
-rw-r--r--workspace/customdhcpcd/src/status.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/workspace/customdhcpcd/src/status.h b/workspace/customdhcpcd/src/status.h
new file mode 100644
index 0000000..afdc071
--- /dev/null
+++ b/workspace/customdhcpcd/src/status.h
@@ -0,0 +1,21 @@
+/*
+ * status.h
+ *
+ * Created on: Jul 11, 2011
+ * Author: niklas
+ */
+
+#ifndef STATUS_H_
+#define STATUS_H_
+
+enum STATUS {
+ STAT_OK,
+ STAT_ERROR
+};
+
+enum SUBSTATUS {
+ DISCOVER,
+ OFFER
+};
+
+#endif /* STATUS_H_ */