rpc FEATURE client side support for <get>
diff --git a/src/messages_p.h b/src/messages_p.h
index 0b4c27a..ee40d85 100644
--- a/src/messages_p.h
+++ b/src/messages_p.h
@@ -58,6 +58,11 @@
struct lyd_node *tree; /**< libyang data tree of the message (NETCONF operation) */
};
+struct nc_rpc_get {
+ NC_RPC_TYPE type; /**< NC_RPC_GET */
+ struct nc_filter *filter;/**< data filter */
+};
+
struct nc_rpc_getconfig {
NC_RPC_TYPE type; /**< NC_RPC_GETCONFIG */
NC_DATASTORE source; /**< NETCONF datastore being queried */