mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
ircd: Minor remove cruft; internal ircd::main().
This commit is contained in:
parent
68088c5116
commit
d7e1f88921
2 changed files with 1 additions and 3 deletions
|
@ -67,8 +67,6 @@
|
||||||
///
|
///
|
||||||
namespace ircd
|
namespace ircd
|
||||||
{
|
{
|
||||||
struct init;
|
|
||||||
|
|
||||||
seconds uptime();
|
seconds uptime();
|
||||||
void init(boost::asio::io_context &ios, const string_view &origin, const string_view &hostname);
|
void init(boost::asio::io_context &ios, const string_view &origin, const string_view &hostname);
|
||||||
bool quit() noexcept;
|
bool quit() noexcept;
|
||||||
|
|
|
@ -14,7 +14,7 @@ namespace ircd
|
||||||
std::string _servername; // user's supplied param
|
std::string _servername; // user's supplied param
|
||||||
ctx::ctx *main_context; // Main program loop
|
ctx::ctx *main_context; // Main program loop
|
||||||
|
|
||||||
void main() noexcept;
|
static void main() noexcept;
|
||||||
}
|
}
|
||||||
|
|
||||||
decltype(ircd::write_avoid)
|
decltype(ircd::write_avoid)
|
||||||
|
|
Loading…
Reference in a new issue