Jun Furutani / libMiMic

Fork of libMiMic by Ryo Iizuka

Revision:
7:2b33a8d84eb3
Parent:
2:b96c1e90d120
Child:
12:efe841863fc8
diff -r 9e06cb30603a -r 2b33a8d84eb3 core/net/httpd/NyLPC_cHttpdConnection.h
--- a/core/net/httpd/NyLPC_cHttpdConnection.h	Sat Apr 06 14:36:26 2013 +0000
+++ b/core/net/httpd/NyLPC_cHttpdConnection.h	Tue Apr 09 09:32:25 2013 +0000
@@ -103,6 +103,15 @@
  */
 NyLPC_TBool NyLPC_cHttpdConnection_sendResponseBodyF(NyLPC_TcHttpdConnection_t* i_inst,const char* i_fmt,...);
 
+/**
+ * Httpd全体で唯一のロックを取得する。
+ */
+void NyLPC_cHttpdConnection_lock(NyLPC_TcHttpdConnection_t* i_inst);
+
+/**
+ * Httpd全体で唯一のロックを開放する。
+ */
+void NyLPC_cHttpdConnection_unlock(NyLPC_TcHttpdConnection_t* i_inst);
 
 
 /**