ecore_ipc: log domain can be static, it's not shared with other files.

This commit is contained in:
Gustavo Sverzut Barbieri 2016-11-22 17:31:13 -02:00
parent 06263c9eb3
commit 302cf36722
2 changed files with 1 additions and 4 deletions

View File

@ -37,7 +37,7 @@
#define DLT_R1 14
#define DLT_R2 15
int _ecore_ipc_log_dom = -1;
static int _ecore_ipc_log_dom = -1;
/****** This swap function are around just for backward compatibility do not remove *******/
EAPI unsigned short

View File

@ -1,9 +1,6 @@
#ifndef _ECORE_IPC_PRIVATE_H
#define _ECORE_IPC_PRIVATE_H
extern int _ecore_ipc_log_dom;
#ifdef ECORE_IPC_DEFAULT_LOG_COLOR
# undef ECORE_IPC_DEFAULT_LOG_COLOR
#endif