Add aaa-12 add log cmd remote
RCA: SOL: 修改人:zhangtao 检视人:
This commit is contained in:
parent
972542a891
commit
24fe0ad302
|
@ -1,6 +1,7 @@
|
|||
#ifndef _ULOG_IN_H
|
||||
#define _ULOG_IN_H
|
||||
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include "common_types.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "log_config_cm.h"
|
||||
#include "rpc_server.h"
|
||||
#include "rpc_client.h"
|
||||
|
||||
ret_code log_rpc_exec(char* service_name, char* method_name, pointer input, int input_len, int last_lenth)
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "log_file.h"
|
||||
#include "log_common.h"
|
||||
#include "ulog_in.h"
|
||||
#include "rpc_conn.h"
|
||||
|
||||
|
||||
#define LOG_CONF_FILE_NAME "log-file.conf"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <syslog.h>
|
||||
|
||||
|
||||
#include "log_remote.h"
|
||||
#include "log_common.h"
|
||||
#include "ulog_in.h"
|
||||
|
||||
#include "rpc_conn.h"
|
||||
|
||||
#define LOG_CONF_REMOTE_FILE_NAME "log-remote.conf"
|
||||
|
||||
|
|
Loading…
Reference in New Issue