refactor(main loop): compiled

This commit is contained in:
luwenpeng
2024-09-20 18:41:07 +08:00
parent 94f1913e3e
commit b3ddebf770
10 changed files with 164 additions and 438 deletions

View File

@@ -37,7 +37,7 @@ int main(int argc __attribute__((__unused__)), char **argv __attribute__((__unus
signal(SIGTERM, signal_handler);
signal(SIGHUP, signal_handler);
st = stellar_new("./conf/stellar.toml", "./plugin/spec.toml", "./conf/log.toml");
st = stellar_new("./conf/stellar.toml", "./module/spec.toml", "./conf/log.toml");
if (st == NULL)
{
return 0;