]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/threads.h
LibUCW: Entrust generation of ucw/autoconf.h to the configure machinery.
[libucw.git] / ucw / threads.h
index c70354fb71dafb8ce8e6418de946dd45d8b1624d..5644d152ce9b6fe1fb71ce29c5de940a0e2f25da 100644 (file)
@@ -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);