From f85c9b875b060681b51f57b15074ba1c7c9f5636 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 20 七月 2020 11:10:02 +0800
Subject: [PATCH] update

---
 queue/sem_util.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/queue/sem_util.h b/queue/sem_util.h
index c4af638..0d673de 100644
--- a/queue/sem_util.h
+++ b/queue/sem_util.h
@@ -13,6 +13,8 @@
 	int inc(int semId);
 	void remove(int semid);
 
+	void set(int semId, int val);
+
 }
 
 #endif

--
Gitblit v1.8.0