Code

frontend/grammar: Added 'STORE host|service|metric [attribute]' commands.
[sysdb.git] / src / include / frontend / proto.h
index 99e2a8df23bbff58d4417792efd092806d232c55..52b50d197ebc868438b5d1394c41edb05ecf3188 100644 (file)
@@ -277,6 +277,12 @@ typedef enum {
         */
        SDB_CONNECTION_STORE = 50,
 
+       /* Only used internally: */
+       SDB_CONNECTION_STORE_HOST,
+       SDB_CONNECTION_STORE_SERVICE,
+       SDB_CONNECTION_STORE_METRIC,
+       SDB_CONNECTION_STORE_ATTRIBUTE,
+
        /*
         * Command subcomponents.
         */