CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 05:54:10
Modified files: lib/libutil : Symbols.map imsg.c imsg.h imsg_init.3 Log message: Introduce imsgbuf_queuelen() which returns the number of messages ready for transmission. Returns 0 if nothing is pending. OK tb@