summaryrefslogtreecommitdiff
path: root/source3/lib/messages.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:42:56 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:42:56 +0000
commit45d3e78547cb2024d9cf7bf1fc838dd33ad8126b (patch)
treede59e9d49af97b3d18c353e26b0207f159fdff58 /source3/lib/messages.c
parent467f1028f44f96cffac8f81a6d921c82d9242bed (diff)
downloadsamba-45d3e78547cb2024d9cf7bf1fc838dd33ad8126b.tar.gz
samba-45d3e78547cb2024d9cf7bf1fc838dd33ad8126b.tar.bz2
samba-45d3e78547cb2024d9cf7bf1fc838dd33ad8126b.zip
Mege from HEAD - doxygen.
(This used to be commit 04a5cbc8964386774acdca759b4cfaded068c8f2)
Diffstat (limited to 'source3/lib/messages.c')
-rw-r--r--source3/lib/messages.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index 3603758e9f..5ff0e45c61 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.c
@@ -21,11 +21,11 @@
*/
/**
- @defgroups messages Internal messaging framework
- @{
- @file messages.c
-
- This module is used for internal messaging between Samba daemons.
+ @defgroup messages Internal messaging framework
+ @{
+ @file messages.c
+
+ @brief Module for internal messaging between Samba daemons.
The idea is that if a part of Samba wants to do communication with
another Samba process then it will do a message_register() of a
@@ -36,7 +36,7 @@
use that to reply by message_send_pid(). See ping_message() for a
simple example.
- *NOTE*: Dispatch functions must be able to cope with incoming
+ @caution Dispatch functions must be able to cope with incoming
messages on an *odd* byte boundary.
This system doesn't have any inherent size limitations but is not
@@ -524,7 +524,7 @@ static int traverse_fn(TDB_CONTEXT *the_tdb, TDB_DATA kbuf, TDB_DATA dbuf, void
* @param n_sent Set to the number of messages sent. This should be
* equal to the number of processes, but be careful for races.
*
- * @return True for success.
+ * @retval True for success.
**/
BOOL message_send_all(TDB_CONTEXT *conn_tdb, int msg_type,
const void *buf, size_t len,