commit | 63342353bcbb64cdaf61a554433be40b27a7d14f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed May 11 13:03:15 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 11 13:03:15 2005 +0000 |
tree | 89fec1901ac90c7593449cacc3a3c47b44c9aa12 | |
parent | ea6ecf44ff7215b5a97ed3545376598464aba4f9 [diff] [blame] |
Store a bitmap of active hooks on the client side to try to avoid server calls for hooks that are not set.
diff --git a/server/user.h b/server/user.h index 36fd880..0f66a4d 100644 --- a/server/user.h +++ b/server/user.h
@@ -53,6 +53,7 @@ extern void close_global_hooks(void); extern void remove_thread_hooks( struct thread *thread ); +extern unsigned int get_active_hooks(void); /* queue functions */