mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
Doxygen janitor
(This used to be commit 9af07173152c5e861d13b33a8d4aee8167a50b66)
This commit is contained in:
parent
f5f59e866e
commit
481b4e6d6c
@ -35,7 +35,7 @@
|
|||||||
* Samba only works with encodings that are supersets of ASCII: ascii
|
* Samba only works with encodings that are supersets of ASCII: ascii
|
||||||
* characters like whitespace can be tested for directly, multibyte
|
* characters like whitespace can be tested for directly, multibyte
|
||||||
* sequences start with a byte with the high bit set, and strings are
|
* sequences start with a byte with the high bit set, and strings are
|
||||||
* terminated by \0.
|
* terminated by a nul byte.
|
||||||
*
|
*
|
||||||
* Note that the only function provided by iconv is conversion between
|
* Note that the only function provided by iconv is conversion between
|
||||||
* characters. It doesn't directly support operations like
|
* characters. It doesn't directly support operations like
|
||||||
|
@ -21,11 +21,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@defgroups messages Internal messaging framework
|
@defgroup messages Internal messaging framework
|
||||||
@{
|
@{
|
||||||
@file messages.c
|
@file messages.c
|
||||||
|
|
||||||
This module is used for internal messaging between Samba daemons.
|
@brief Module for internal messaging between Samba daemons.
|
||||||
|
|
||||||
The idea is that if a part of Samba wants to do communication with
|
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
|
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
|
use that to reply by message_send_pid(). See ping_message() for a
|
||||||
simple example.
|
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.
|
messages on an *odd* byte boundary.
|
||||||
|
|
||||||
This system doesn't have any inherent size limitations but is not
|
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
|
* @param n_sent Set to the number of messages sent. This should be
|
||||||
* equal to the number of processes, but be careful for races.
|
* 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,
|
BOOL message_send_all(TDB_CONTEXT *conn_tdb, int msg_type,
|
||||||
const void *buf, size_t len,
|
const void *buf, size_t len,
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup swat SWAT
|
* @defgroup swat SWAT - Samba Web Administration Tool
|
||||||
* @{
|
* @{
|
||||||
* @file swat.c
|
* @file swat.c
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user