mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd: Clarify type of ircd::strand instance pointer.
This commit is contained in:
parent
7cafbc972a
commit
e03f50c427
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace ircd
|
|||
bool checkdb; // check databases when opening
|
||||
|
||||
boost::asio::io_context *ios; // user's io service
|
||||
ircd::strand *strand; // libircd event serializer
|
||||
struct strand *strand; // libircd event serializer
|
||||
ctx::ctx *main_context; // Main program loop
|
||||
|
||||
void set_runlevel(const enum runlevel &);
|
||||
|
|
Loading…
Reference in a new issue