CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/02/25 10:40:46

Modified files:
        usr.sbin/ldpd  : address.c init.c keepalive.c labelmapping.c 
                         ldp.h ldpd.c ldpd.h ldpe.c ldpe.h neighbor.c 
                         packet.c 

Log message:
Do not use bufferevent for something that's already covered in the imsg
buffer API. This fixes a few possible problems in session_read and does
some further cleanup in various places. Wrap msgbuf into evbuf to add
libevent functionality and use buf_read to handle the read side of a
session.  OK michele@ and dlg@ did not see anything evil

Reply via email to