1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

server: standardize formatting of comment block for ctdb_reply_dmaster() while I'm at it..

This was the comment block I was touching and meant to adapt in
commit 00d3bf092e2f72eda330978c75ec85f17e870553.
My search was apparently not unique...

Signed-off-by: Michael Adam <obnox@samba.org>

(This used to be ctdb commit 09940255011b119dc6af3304f5d3e9568e6006fd)
This commit is contained in:
Michael Adam 2013-08-22 16:17:09 +02:00
parent 128e2cb29d
commit 18f17aaa33

View File

@ -1085,13 +1085,13 @@ finished_ro:
}
/*
called when a CTDB_REPLY_DMASTER packet comes in
This packet comes in from the lmaster in response to a CTDB_REQ_CALL
request packet. It means that the current dmaster wants to give us
the dmaster role.
*/
/**
* called when a CTDB_REPLY_DMASTER packet comes in
*
* This packet comes in from the lmaster in response to a CTDB_REQ_CALL
* request packet. It means that the current dmaster wants to give us
* the dmaster role.
*/
void ctdb_reply_dmaster(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
{
struct ctdb_reply_dmaster *c = (struct ctdb_reply_dmaster *)hdr;