diff options
| author | luwenpeng <[email protected]> | 2024-09-19 16:18:54 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-20 16:59:19 +0800 |
| commit | 46307bb271f1ad5f40dbf87daeea470f94b82086 (patch) | |
| tree | 2bec16c9ee15d13f355ec19e323371d86f4baf6b /infra/stellar_core.c | |
| parent | bf8ba9716552b81e4d4ae6b0fe8950ec6f113665 (diff) | |
rename session_private.h to session_internal.h
Diffstat (limited to 'infra/stellar_core.c')
| -rw-r--r-- | infra/stellar_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/stellar_core.c b/infra/stellar_core.c index bec285c..590931e 100644 --- a/infra/stellar_core.c +++ b/infra/stellar_core.c @@ -16,7 +16,7 @@ #include "log_private.h" #include "stellar_stat.h" #include "packet_internal.h" -#include "session_private.h" +#include "session_internal.h" #include "session_manager.h" #define CORE_LOG_FATAL(format, ...) STELLAR_LOG_FATAL(__thread_local_logger, "core", format, ##__VA_ARGS__) |
