From de80ed87b8339f23624642786698057a62bdf779 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期二, 23 十一月 2021 11:25:48 +0800
Subject: [PATCH] Fix the communication failure issue when the registered applications exceeds the fixed amount.

---
 src/sv_read_write_lock.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sv_read_write_lock.h b/src/sv_read_write_lock.h
index 6d47080..bbb67c0 100644
--- a/src/sv_read_write_lock.h
+++ b/src/sv_read_write_lock.h
@@ -1,5 +1,5 @@
-#ifndef _CLOSE_LOCK_H_
-#define _CLOSE_LOCK_H_  
+#ifndef _SV_READ_WRITE_LOCK_H_
+#define _SV_READ_WRITE_LOCK_H_  
 
 #include "usg_common.h"
 #include "svsem.h"

--
Gitblit v1.8.0