mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
tsocket: Fix a few typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org>
This commit is contained in:
parent
a21867bc48
commit
51f5631bbb
@ -3,7 +3,7 @@ Basic design of the tsocket abstraction
|
|||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
The tsocket abstraction is split into two
|
The tsocket abstraction is split into two
|
||||||
different kinds of communitation interfaces.
|
different kinds of communication interfaces.
|
||||||
|
|
||||||
There is the "tstream_context" interface which abstracts
|
There is the "tstream_context" interface which abstracts
|
||||||
the communication through a bidirectional
|
the communication through a bidirectional
|
||||||
@ -30,12 +30,12 @@ Constructors are described in later sections of this document.
|
|||||||
A function to get the string representation of an endpoint for debugging is
|
A function to get the string representation of an endpoint for debugging is
|
||||||
available but callers SHOULD NOT try to parse this string. To get more
|
available but callers SHOULD NOT try to parse this string. To get more
|
||||||
details, callers should use getter methods of the specific tsocket_address
|
details, callers should use getter methods of the specific tsocket_address
|
||||||
implemention.
|
implementation.
|
||||||
|
|
||||||
char *tsocket_address_string(const struct tsocket_address *addr,
|
char *tsocket_address_string(const struct tsocket_address *addr,
|
||||||
TALLOC_CTX *mem_ctx);
|
TALLOC_CTX *mem_ctx);
|
||||||
|
|
||||||
A function to create a copy of the tsocket_address is also avilable.
|
A function to create a copy of the tsocket_address is also available.
|
||||||
This is useful before doing modifications to a socket
|
This is useful before doing modifications to a socket
|
||||||
via additional methods of the specific tsocket_address implementation.
|
via additional methods of the specific tsocket_address implementation.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user