Code

frontend: Added support for LISTing services and metrics as well.
[sysdb.git] / src / frontend / connection-private.h
index a874751299ea0818635c4e542705a6fea6bb8983..dd4bcced2b4c99fa63c781654218c1f68ff761d7 100644 (file)
@@ -89,6 +89,7 @@ typedef struct {
 
 typedef struct {
        sdb_conn_node_t super;
+       int type;
        conn_matcher_t *filter;
 } conn_list_t;
 #define CONN_LIST(obj) ((conn_list_t *)(obj))