From 0a5f8b44db4e5c3016ec33f30b67c7dade42faef Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 18 Oct 2018 15:17:49 -0700 Subject: [PATCH] doc --- src/server/pva/sharedstate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server/pva/sharedstate.h b/src/server/pva/sharedstate.h index a9e2991..22af0ed 100644 --- a/src/server/pva/sharedstate.h +++ b/src/server/pva/sharedstate.h @@ -49,8 +49,9 @@ struct Operation; * "Shared" in the sense that all clients/subscribers interact with the * same PVStructure (excluding the RPC operation). * - * @warning For the purposes of locking, this class is an Operation (see @ref provider_roles_requester_locking). + * @warning For the purposes of locking, this class is an Operation. * eg. no locks may be held when calling post(), open(), close(), or connect(). + * @ref provider_roles_requester_locking * * This class contains a cached PVStructure, which is updated by post(), * also a list of subscribing clients and in-progress network Operations.