cleaned up dirty pointer handling -> global priv struct
[physik/nlsop.git] / nlsop_general.h
index e72dac3..5078ab5 100644 (file)
@@ -13,6 +13,8 @@
 #define GUI_ADDJOB 'a'
 #define GUI_QUIT 'q'
 
+#define DATA_OK (1<<0)
+
 typedef struct s_client {
   int channel;
   unsigned char status;