We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36af696 commit 399af30Copy full SHA for 399af30
1 file changed
src/session_client.h
@@ -548,6 +548,8 @@ int nc_session_ntf_thread_running(const struct nc_session *session);
548
/**
549
* @brief Receive NETCONF RPC reply.
550
*
551
+ * @note This function can be called in a single thread only.
552
+ *
553
* @param[in] session NETCONF session from which the function gets data. It must be the
554
* client side session object.
555
* @param[in] rpc Original RPC this should be the reply to.
0 commit comments