=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.h,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- src/usr.bin/ssh/channels.h 2020/09/20 05:47:25 1.135 +++ src/usr.bin/ssh/channels.h 2021/04/03 05:54:14 1.136 @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.h,v 1.135 2020/09/20 05:47:25 djm Exp $ */ +/* $OpenBSD: channels.h,v 1.136 2021/04/03 05:54:14 djm Exp $ */ /* * Author: Tatu Ylonen @@ -174,7 +174,7 @@ channel_filter_cleanup_fn *filter_cleanup; /* keep boundaries */ - int datagram; + int datagram; /* non-blocking connect */ /* XXX make this a pointer so the structure can be opaque */ @@ -184,7 +184,7 @@ mux_callback_fn *mux_rcb; void *mux_ctx; int mux_pause; - int mux_downstream_id; + int mux_downstream_id; }; #define CHAN_EXTENDED_IGNORE 0