Code

frontend, proto: Include object type in FETCH and LOOKUP messages.
[sysdb.git] / src / frontend / connection-private.h
index dd4bcced2b4c99fa63c781654218c1f68ff761d7..85f278c74dd374d56c24011f06bb6a568f32cd26 100644 (file)
@@ -96,6 +96,7 @@ typedef struct {
 
 typedef struct {
        sdb_conn_node_t super;
+       int type;
        char *name;
        conn_matcher_t *filter;
 } conn_fetch_t;
@@ -103,6 +104,7 @@ typedef struct {
 
 typedef struct {
        sdb_conn_node_t super;
+       int type;
        conn_matcher_t *matcher;
        conn_matcher_t *filter;
 } conn_lookup_t;