提交 2cbde01d 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!3 Remove incorrectly name

Merge pull request !3 from haozi007/master
......@@ -12,8 +12,8 @@
* Create: 2018-11-08
* Description: provide container buffer definition
******************************************************************************/
#ifndef LCRD_BUFFER_H
#define LCRD_BUFFER_H
#ifndef LCR_BUFFER_H
#define LCR_BUFFER_H
#include <stdlib.h>
#include <strings.h>
......
......@@ -13,8 +13,8 @@
* Description: provide constant definition
******************************************************************************/
#ifndef _LCRD_CONSTANTS_H
#define _LCRD_CONSTANTS_H
#ifndef _LCR_CONSTANTS_H
#define _LCR_CONSTANTS_H
/* mode of file and directory */
......
......@@ -154,7 +154,7 @@ bool lcr_create(const char *name, const char *lcrpath, const char *rootfs, const
* param loglevel : log level.
* param pidfile : container pidfile path, set to NULL if you don't need.
* param daemonize : daemonize the container.
* console_fifos[] : path of the console fifos,[0]:input, [1]:output.used internal by lcrd
* console_fifos[] : path of the console fifos,[0]:input, [1]:output.used internal by iSulad
* console_logpath :path of console log file,
* set to NULL if want to use the default configure(base on the config file)
set to PATH(for example "/home/XX/XX.log"), LXC will save the console to this file
......
......@@ -41,7 +41,7 @@ extern "C" {
* */
#define ENGINE_LOG_TIME_SIZE 42
/* errmsg that defined in lcrc & lcrd */
/* errmsg that defined in iSulad */
#define DAEMON_ERROR_GRPC_INIT_STR "Init failed"
#define DAEMON_ERROR_GRPC_CONNENCT_STR "Can not connect with server.Is the docker dameon running on the host?"
#define DAEMON_ERROR_GRPC_SERVER_STR "Server internal error"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册