feat: 支持uts容器
BREAKING CHANGE: 支持uts容器对外变更: 支持sethostname Close #I6A7C8 Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I2504f77c37bb4149861673c81688bd112563c24b
This commit is contained in:
@@ -36,12 +36,17 @@
|
||||
#ifdef LOSCFG_PID_CONTAINER
|
||||
#include "los_pid_container_pri.h"
|
||||
#endif
|
||||
#ifdef LOSCFG_UTS_CONTAINER
|
||||
#include "los_uts_container_pri.h"
|
||||
#endif
|
||||
|
||||
typedef struct Container {
|
||||
Atomic rc;
|
||||
#ifdef LOSCFG_PID_CONTAINER
|
||||
struct PidContainer *pidContainer;
|
||||
struct PidContainer *pidForChildren;
|
||||
#endif
|
||||
#ifdef LOSCFG_UTS_CONTAINER
|
||||
struct UtsContainer *utsContainer;
|
||||
#endif
|
||||
} Container;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user