Merge branch 'master' into develop

# Conflicts:
#	src/entry/Maat_rule.cpp
#	src/entry/Makefile
This commit is contained in:
zhengchao
2015-12-24 18:11:59 +08:00
4 changed files with 1895 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -208,6 +208,7 @@ struct _plugin_table_info
dynamic_array_t *cache_lines;
int line_num;
long cache_size;
pthread_mutex_t plugin_mutex;
};
struct _Maat_table_info_t
{

View File

@@ -5,7 +5,9 @@ CC = gcc
CCC = g++
CFLAGS = -Wall -g -fPIC
CFLAGS += $(OPTFLAGS)
LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread -lm -lrulescan -lpcre
LDDICTATOR = -Wl,-wrap,malloc -Wl,-wrap,calloc -Wl,-wrap,free -Wl,-wrap,realloc
LDFLAGS = -lMESA_handle_logger -lMESA_htable -lpthread
#LDFLAGS += $(LDDICTATOR)
MAILLIB = ../lib
G_H_DIR =../inc_internal