CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2009/06/06 16:11:25
Modified files: usr.sbin/bgpd : imsg.c imsg.h usr.sbin/dvmrpd: imsg.c imsg.h usr.sbin/ldpd : imsg.c imsg.h usr.sbin/ntpd : imsg.c imsg.h usr.sbin/ospf6d: imsg.c imsg.h usr.sbin/ospfd : imsg.c imsg.h usr.sbin/relayd: imsg.c imsg.h usr.sbin/ripd : imsg.c imsg.h usr.sbin/smtpd : imsg.c imsg.h usr.sbin/snmpd : imsg.c imsg.h usr.sbin/ypldap: imsg.c imsg.h Log message: change the imsg header fields a bit to prepare for upcoming changes. add a flag field, use u_int32_t for pid_t and extend type to 32 bits for padding. ok pyr@