diff options
| author | luwenpeng <[email protected]> | 2024-09-20 18:41:07 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-20 18:41:32 +0800 |
| commit | b3ddebf7704a624ccfb41607f35f7a38732ff38a (patch) | |
| tree | 22b20aee6510271726ced13eb42af7854ac1d1f0 /include | |
| parent | 94f1913e3e4cabee1d93d6de446f489dcf45ca62 (diff) | |
refactor(main loop): compiled
Diffstat (limited to 'include')
| -rw-r--r-- | include/stellar/stellar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stellar/stellar.h b/include/stellar/stellar.h index 397e1a4..a2b6f28 100644 --- a/include/stellar/stellar.h +++ b/include/stellar/stellar.h @@ -26,9 +26,9 @@ int stellar_polling_subscribe(struct stellar *st, plugin_on_polling_func on_pol void stellar_emit_datapath_telemetry(struct packet *pkt, const char * module, const char *str); // only send user build packet, can't send packet which come from network -void stellar_send_build_packet(struct stellar *st, struct packet *pkt); +// void stellar_send_build_packet(struct stellar *st, struct packet *pkt); -struct stellar *stellar_new(const char *stellar_cfg_file, const char *plugin_cfg_file, const char *log_cfg_file); +struct stellar *stellar_new(const char *stellar_cfg_file, const char *module_cfg_file, const char *log_cfg_file); void stellar_run(struct stellar *st); void stellar_free(struct stellar *st); void stellar_loopbreak(struct stellar *st); |
