commit | 1a38c86fe3e84edcaca8b5ded7a9eec7f57cc9d1 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 15 15:50:07 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 15 15:50:07 2016 +0100 |
tree | e064daa6347fa83464af3b2307a2c223692cc599 | |
parent | 495c946d1b424a502970e3890a907eb260c2e1d8 [diff] [blame] |
all MAINTENANCE server functions documented, minor function changes
diff --git a/src/messages_p.h b/src/messages_p.h index 36f5562..e43c428 100644 --- a/src/messages_p.h +++ b/src/messages_p.h
@@ -75,6 +75,13 @@ struct lyd_node *tree; /**< libyang data tree of the message (NETCONF operation) */ }; +struct nc_client_reply_error { + NC_RPL type; + struct nc_err *err; + uint32_t count; + struct ly_ctx *ctx; +}; + struct nc_rpc { NC_RPC_TYPE type; };