0
0
Fork 0
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:
Jason Volk 2018-07-01 02:14:06 -07:00
parent 7cafbc972a
commit e03f50c427

View file

@ -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 &);