struct asio_queue *io_queue; // Async I/O queue for fb-direct.c
ucw_sighandler_t *signal_handlers; // Signal handlers for sighandler.c
struct main_context *main_context; // Current context for mainloop.c
- struct mempool *trans_pool; // Transaction mempool for trans.c
- struct trans *current_trans; // Currently open transaction for trans.c
+ // Resources and transactions:
+ struct respool *current_respool; // Current resource pool
+ struct mempool *trans_pool; // Transaction mempool
+ struct trans *current_trans; // Currently open transaction
};
#ifdef CONFIG_UCW_THREADS