rename session_private.h to session_internal.h

This commit is contained in:
luwenpeng
2024-09-19 16:18:54 +08:00
parent bf8ba97165
commit 46307bb271
28 changed files with 27 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
#include <assert.h>
#include "log_private.h"
#include "session_private.h"
#include "session_internal.h"
#include "session_transition.h"
#define SESSION_TRANSITION_LOG_INFO(format, ...) STELLAR_LOG_INFO(__thread_local_logger, "session transition", format, ##__VA_ARGS__)