commit | 399af30d06c7ba401b9bd58ff60dad8e332aa36f | [log] [tgz] |
---|---|---|
author | tadeas-vintrlik <xvintr04@stud.fit.vutbr.cz> | Wed Aug 25 10:32:21 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Aug 25 13:32:25 2021 +0200 |
tree | e42795c8af6d7c366d76d847d0e390b58026366d | |
parent | 36af6962fcb6d46328accb28809a1caa25c5a09a [diff] |
session_client DOC clarification
diff --git a/src/session_client.h b/src/session_client.h index 96b9045..5aad755 100644 --- a/src/session_client.h +++ b/src/session_client.h
@@ -548,6 +548,8 @@ /** * @brief Receive NETCONF RPC reply. * + * @note This function can be called in a single thread only. + * * @param[in] session NETCONF session from which the function gets data. It must be the * client side session object. * @param[in] rpc Original RPC this should be the reply to.