comparison src/process.c @ 47542:62a08cd28e83

(make-network-process): Doc fix (there is no network-server-log-function hook).
author Kim F. Storm <storm@cua.dk>
date Wed, 18 Sep 2002 19:30:26 +0000
parents 8871e67384e4
children b30942bd85f3
comparison
equal deleted inserted replaced
47541:ac74c9966df5 47542:62a08cd28e83
2521 - The client process' contact info is set according to the client's 2521 - The client process' contact info is set according to the client's
2522 addressing information (typically an IP address and a port number). 2522 addressing information (typically an IP address and a port number).
2523 2523
2524 Notice that the FILTER and SENTINEL args are never used directly by 2524 Notice that the FILTER and SENTINEL args are never used directly by
2525 the server process. Also, the BUFFER argument is not used directly by 2525 the server process. Also, the BUFFER argument is not used directly by
2526 the server process, but via `network-server-log-function' hook, a log 2526 the server process, but via the optional :log function, accepted (and
2527 of the accepted (and failed) connections may be recorded in the server 2527 failed) connections may be logged in the server process' buffer.
2528 process' buffer.
2529 2528
2530 usage: (make-network-process &rest ARGS) */) 2529 usage: (make-network-process &rest ARGS) */)
2531 (nargs, args) 2530 (nargs, args)
2532 int nargs; 2531 int nargs;
2533 Lisp_Object *args; 2532 Lisp_Object *args;