summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/status.h
diff options
context:
space:
mode:
authorNiklas2011-07-14 16:59:40 +0200
committerNiklas2011-07-14 16:59:40 +0200
commit635d6f901892cb7df028eb41f3d727e569a3af7e (patch)
tree1aa43facc6fc4eee386013556b663eb9e53d2035 /workspace/customdhcpcd/src/status.h
parentmultiple clients possible. inserted something into _send_message (diff)
downloadfbgui-635d6f901892cb7df028eb41f3d727e569a3af7e.tar.gz
fbgui-635d6f901892cb7df028eb41f3d727e569a3af7e.tar.xz
fbgui-635d6f901892cb7df028eb41f3d727e569a3af7e.zip
customdhcpcd is now compiling and can communicate with the LogReceiver
started to implement the QProcess handling (parallel calls of dhcpcd out of fbgui/LogReceiver)
Diffstat (limited to 'workspace/customdhcpcd/src/status.h')
-rw-r--r--workspace/customdhcpcd/src/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/workspace/customdhcpcd/src/status.h b/workspace/customdhcpcd/src/status.h
index afdc071..493eea1 100644
--- a/workspace/customdhcpcd/src/status.h
+++ b/workspace/customdhcpcd/src/status.h
@@ -10,7 +10,8 @@
enum STATUS {
STAT_OK,
- STAT_ERROR
+ STAT_ERROR,
+ STAT_INFO
};
enum SUBSTATUS {