From d8c1d769c45dde09573ea6ba3f968491cc5e68b2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 19 Nov 2008 18:43:50 +0000 Subject: Move poll save area back into struct pollfd (as it was git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1288 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/poll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/include/poll.h') diff --git a/nuttx/include/poll.h b/nuttx/include/poll.h index e82d48f57..3b41ec99a 100644 --- a/nuttx/include/poll.h +++ b/nuttx/include/poll.h @@ -108,6 +108,7 @@ struct pollfd sem_t *sem; /* Pointer to semaphore used to post output event */ pollevent_t events; /* The input event flags */ pollevent_t revents; /* The output event flags */ + FAR void *private; /* For use by drivers */ }; /**************************************************************************** -- cgit v1.2.3