X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=secnet.h;h=5d72f956ef4587851acb8b4f8d32943b6b140757;hb=54d5ef0053f1f9ef4e34dacba002513e5ccea0fd;hp=54d84a5143ad014bf984934049cc68cf851a0d1a;hpb=c1ddd026a2cc6d68a0d47033817a3d9b7670a71e;p=secnet.git diff --git a/secnet.h b/secnet.h index 54d84a5..5d72f95 100644 --- a/secnet.h +++ b/secnet.h @@ -378,7 +378,7 @@ struct comm_addr { }; /* Return True if the packet was processed, and shouldn't be passed to - any other potential receivers. */ + any other potential receivers. (buf is freed iff True returned.) */ typedef bool_t comm_notify_fn(void *state, struct buffer_if *buf, const struct comm_addr *source); typedef void comm_request_notify_fn(void *commst, void *nst,