From 658c18155d8f4026e22fcb4c6adb8a6e6178ed50 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Thu, 20 Jan 2005 20:00:01 +0100 Subject: [PATCH] Minor clarification. Rev: src/backend.h:1.32 --- src/backend.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/backend.h b/src/backend.h index db6ef28e0b..ba1b9f53e5 100644 --- a/src/backend.h +++ b/src/backend.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: backend.h,v 1.31 2005/01/20 18:23:13 grubba Exp $ +|| $Id: backend.h,v 1.32 2005/01/20 19:00:01 mast Exp $ */ #ifndef BACKEND_H @@ -63,7 +63,8 @@ struct fd_callback_box int fd; /* Use change_fd_for_box to change this. May * be negative, in which case only the ref * magic on backend and ref_obj is done. The - * backend might change a negative value. */ + * backend might change a negative value to a + * different negative value. */ int events; /* Bitfield with wanted events. Always use * set_fd_callback_events to change this. It's * ok to have hooked boxes where no events are -- GitLab