X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fthreads.h;h=5644d152ce9b6fe1fb71ce29c5de940a0e2f25da;hb=49cc1af2b8ca45da36f7de49585f02fd653e3b97;hp=c70354fb71dafb8ce8e6418de946dd45d8b1624d;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/threads.h b/ucw/threads.h index c70354fb..5644d152 100644 --- a/ucw/threads.h +++ b/ucw/threads.h @@ -16,7 +16,7 @@ struct ucwlib_context { int thread_id; // Thread ID (either kernel tid or a counter) int temp_counter; // Counter for fb-temp.c struct asio_queue *io_queue; // Async I/O queue for fb-direct.c - sh_sighandler_t *signal_handlers; // Signal handlers for sighandler.c + ucw_sighandler_t *signal_handlers; // Signal handlers for sighandler.c }; struct ucwlib_context *ucwlib_thread_context(void);