CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2001/05/04 17:47:34 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c Log message: move to Channel **channels (instead of Channel *channels), fixes realloc problems. channel_new now returns a Channel *, favour Channel * over channel id. remove old channel_allocate interface.