mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
document the fact that ns_client_sendraw() signals
the end of request processing
This commit is contained in:
parent
781dc04f0c
commit
f41a25ce77
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: client.h,v 1.46 2000/11/13 21:33:57 bwelling Exp $ */
|
||||
/* $Id: client.h,v 1.47 2000/12/01 21:30:20 gson Exp $ */
|
||||
|
||||
#ifndef NAMED_CLIENT_H
|
||||
#define NAMED_CLIENT_H 1
|
||||
|
|
@ -46,6 +46,7 @@
|
|||
* exactly once in the context of its task:
|
||||
*
|
||||
* ns_client_send() (sending a non-error response)
|
||||
* ns_client_sendraw() (sending a raw response)
|
||||
* ns_client_error() (sending an error response)
|
||||
* ns_client_next() (sending no response)
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue