X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libevent%2Fbufferevent_filter.c;h=557f8cce9546b3d426033bac64c8239f5dfdc039;hb=d2968df026cd9971caeab102f9348152b08b9132;hp=7f19eb9afd888bbae8f74abdeb6da47cd8b47a68;hpb=2fdd522410f80afcd055d7333f491ee6c0b4b9fa;p=netatalk.git diff --git a/libevent/bufferevent_filter.c b/libevent/bufferevent_filter.c index 7f19eb9a..557f8cce 100644 --- a/libevent/bufferevent_filter.c +++ b/libevent/bufferevent_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson + * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson * Copyright (c) 2002-2006 Niels Provos * All rights reserved. * @@ -504,6 +504,7 @@ be_filter_ctrl(struct bufferevent *bev, enum bufferevent_ctrl_op op, return 0; case BEV_CTRL_GET_FD: case BEV_CTRL_SET_FD: + case BEV_CTRL_CANCEL_ALL: default: return -1; }