summaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
authorSuper User2008-04-12 18:24:31 +0200
committerSuper User2008-04-12 18:24:31 +0200
commitda21ec0158f0be010a75d42c058fdc8891498b2d (patch)
treecab1da3278e2161386568f405d9fad504c7bb160 /main.h
parentsocket api work (diff)
downloadlcr-da21ec0158f0be010a75d42c058fdc8891498b2d.tar.gz
lcr-da21ec0158f0be010a75d42c058fdc8891498b2d.tar.xz
lcr-da21ec0158f0be010a75d42c058fdc8891498b2d.zip
work on socket
modified: bchannel.c modified: dss1.cpp modified: dss1.h modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: q931.h modified: trace.h
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.h b/main.h
index 42387b0..c0a479a 100644
--- a/main.h
+++ b/main.h
@@ -47,6 +47,8 @@ extern int classuse;
extern int fduse;
extern int fhuse;
+extern pthread_mutex_t mutex_lcr; // lcr process mutex
+
#ifdef SOCKET_MISDN
extern FILE *debug_fp;
#else