improved gui functionality (help + client info)
[physik/nlsop.git] / nlsop_general.h
index e72dac3..d466775 100644 (file)
@@ -12,6 +12,9 @@
 #define GUI_INFO 'i'
 #define GUI_ADDJOB 'a'
 #define GUI_QUIT 'q'
+#define GUI_HELP 'h'
+
+#define DATA_OK (1<<0)
 
 typedef struct s_client {
   int channel;