Skip to content

Commit

Permalink
Doc: fencing: document create_remote_stonith_op() better
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed Feb 16, 2017
1 parent 8223472 commit 720a63f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions fencing/remote.c
Expand Up @@ -944,13 +944,14 @@ stonith_get_peer_name(unsigned int nodeid)

/*!
* \internal
* \brief Create a new remote stonith op
* \param client, he local stonith client id that initaited the operation
* \param request, The request from the client that started the operation
* \param peer, Is this operation owned by another stonith peer? Operations
* owned by other peers are stored on all the stonith nodes, but only the
* owner executes the operation. All the nodes get the results to the operation
* once the owner finishes executing it.
* \brief Create a new remote stonith operation
*
* \param[in] client ID of local stonith client that initiated the operation
* \param[in] request The request from the client that started the operation
* \param[in] peer TRUE if this operation is owned by another stonith peer
* (an operation owned by one peer is stored on all peers,
* but only the owner executes it; all nodes get the results
* once the owner finishes execution)
*/
void *
create_remote_stonith_op(const char *client, xmlNode * request, gboolean peer)
Expand Down

0 comments on commit 720a63f

Please sign in to comment.