Skip to content

Commit 2cd90d2

Browse files
authored
add CmiInCommThread (#155)
1 parent 76c1f96 commit 2cd90d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/converse.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ extern CmiNodeLock CmiMemLock_lock;
5555

5656
#define CmiMemUnlock() do{if (CmiMemLock_lock) CmiUnlock(CmiMemLock_lock);} while (0)
5757

58+
#define CmiInCommThread() (0)
59+
5860
#define CMK_TAG(x, y) x##y##_
5961
#define CMK_CONCAT(x, y) x##y
6062

0 commit comments

Comments
 (0)