Move header into proper file
[platform/core/api/gesture.git] / client / gesture_main.h
index 4688228..04f0480 100644 (file)
@@ -33,6 +33,9 @@ struct hand_gesture_s {
        int monitor_id;
        int server_monitor_id;
 
+       char uid[16];
+       char smack_label[1024];
+
        hand_gesture_recognition_cb recog_cb;
        void* recog_user_data;
        hand_gesture_error_cb error_cb;