From 4ad4f24f18cf7d0af22ca885baebc6a3eb37e7d0 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 20 五月 2021 10:08:40 +0800 Subject: [PATCH] rename socket.h/cpp to shm_socket.h/cpp. --- src/shm_socket.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/socket.h b/src/shm_socket.h similarity index 97% rename from src/socket.h rename to src/shm_socket.h index 7557034..02500b2 100644 --- a/src/socket.h +++ b/src/shm_socket.h @@ -1,7 +1,7 @@ /* * ===================================================================================== * - * Filename: socket.h + * Filename: shm_socket.h * * Description: * @@ -16,8 +16,8 @@ * ===================================================================================== */ -#ifndef SOCKET_GWTJHBPO -#define SOCKET_GWTJHBPO +#ifndef SHM_SOCKET_GWTJHBPO +#define SHM_SOCKET_GWTJHBPO #include "bh_util.h" #include "defs.h" @@ -196,4 +196,4 @@ std::atomic<int> alloc_id_; }; -#endif // end of include guard: SOCKET_GWTJHBPO +#endif // end of include guard: SHM_SOCKET_GWTJHBPO -- Gitblit v1.8.0