diff options
| author | luwenpeng <[email protected]> | 2024-08-28 18:05:39 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-28 18:05:39 +0800 |
| commit | 3e6b837318d44297a24d50ede8b57c365ffa8222 (patch) | |
| tree | e504c4068342b97ec1228e8b702599d146acd7ae | |
| parent | 7db301ff6193b718ce19aae5dd5d8df9d95596d9 (diff) | |
export stellar_reload_log_level symbol
| -rw-r--r-- | include/stellar/stellar.h | 1 | ||||
| -rw-r--r-- | infra/core/version.map | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/stellar/stellar.h b/include/stellar/stellar.h index ee4c1b4..1cb5c23 100644 --- a/include/stellar/stellar.h +++ b/include/stellar/stellar.h @@ -63,7 +63,6 @@ struct stellar *stellar_new(const char *stellar_cfg_file, const char *plugin_cfg void stellar_run(struct stellar *st); void stellar_free(struct stellar *st); void stellar_loopbreak(struct stellar *st); - void stellar_reload_log_level(struct stellar *st); #ifdef __cplusplus diff --git a/infra/core/version.map b/infra/core/version.map index 1b30a76..1655976 100644 --- a/infra/core/version.map +++ b/infra/core/version.map @@ -62,6 +62,7 @@ global: stellar_free; stellar_loopbreak; stellar_get_logger; + stellar_reload_log_level; log_print; log_check_level; |
