From f751cfc01cc86a24d6266c7116cdc16f27e6da40 Mon Sep 17 00:00:00 2001 From: Davide Libenzi Date: Tue, 29 Oct 2002 22:35:31 -0800 Subject: [PATCH] sys_epoll 0.15 Latest version of the epoll interfaces. --- include/linux/fs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/linux/fs.h') diff --git a/include/linux/fs.h b/include/linux/fs.h index c2e39a247227..906f221f4b26 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -506,6 +506,10 @@ struct file { /* needed for tty driver, and maybe others */ void *private_data; + + /* file callback list */ + rwlock_t f_cblock; + struct list_head f_cblist; }; extern spinlock_t files_lock; #define file_list_lock() spin_lock(&files_lock); -- cgit v1.2.3