Index: ossp-pkg/sa/sa.pod RCS File: /v/ossp/cvs/ossp-pkg/sa/sa.pod,v rcsdiff -q -kk '-r1.42' '-r1.43' -u '/v/ossp/cvs/ossp-pkg/sa/sa.pod,v' 2>/dev/null --- sa.pod 2004/06/26 11:24:47 1.42 +++ sa.pod 2004/10/03 14:12:10 1.43 @@ -503,31 +503,32 @@ Possible values for I are (expected prototypes behind I are given in parenthesis): -C: "C: "C", see connect(2). -C: "C: "C", see accept(2). -C: "C: "C", see select(2). -C: "C", see +B: "C", see read(2). -C: "C: "C", see write(2). -C: "C: "C", see recvfrom(2). -C: "C: "C", see sendto(2). + +B: "C", see gethostbyname(2). Example: - FILE *trace_fp = ...; - ssize_t trace_read(void *ctx, int fd, void *buf, size_t len) { @@ -543,7 +544,10 @@ return rv; } + ... + FILE *trace_fp = ...; sa_syscall(sa, SA_SC_READ, trace_read, trace_fp); + ... =back @@ -879,11 +883,11 @@ B was invented in August 2001 by Ralf S. Engelschall Erse@engelschall.comE under contract with Cable & Wireless -Germany Ehttp://www.cw.com/deE for use inside the OSSP project. -Its creation was prompted by the requirement to implement an SMTP -logging channel for B (logging library). Its initial code was -derived from a predecessor sub-library originally written for socket -address abstraction inside B. +Ehttp://www.cw.com/E for use inside the OSSP project. Its +creation was prompted by the requirement to implement an SMTP logging +channel for the B library. Its initial code was derived +from a predecessor sub-library originally written for socket address +abstraction inside the B tool. =head1 AUTHOR