summaryrefslogtreecommitdiffstats
path: root/srs.h
diff options
context:
space:
mode:
Diffstat (limited to 'srs.h')
-rw-r--r--srs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/srs.h b/srs.h
index a63b262..4aa932f 100644
--- a/srs.h
+++ b/srs.h
@@ -31,8 +31,8 @@
#include <samsung-ril-socket.h>
-#define SRS_CLIENT_LOCK() pthread_mutex_lock(&client_data->mutex)
-#define SRS_CLIENT_UNLOCK() pthread_mutex_unlock(&client_data->mutex)
+#define SRS_CLIENT_LOCK() pthread_mutex_lock(&srs_client_data->mutex)
+#define SRS_CLIENT_UNLOCK() pthread_mutex_unlock(&srs_client_data->mutex)
struct srs_client_info {
int fd;