From 3f034fec0436adab2f6ecfa4a6c922dc29472373 Mon Sep 17 00:00:00 2001 From: Gao feng Date: Wed, 29 Jun 2016 14:25:41 +0800 Subject: [PATCH] remove useless field in hyper_pod Signed-off-by: Gao feng --- src/hyper.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hyper.h b/src/hyper.h index 3210f02..0c6b91c 100644 --- a/src/hyper.h +++ b/src/hyper.h @@ -46,7 +46,6 @@ enum { }; struct hyper_pod { - struct hyper_container *c; struct hyper_interface *iface; struct hyper_route *rt; struct portmapping_white_list *portmap_white_lists; @@ -58,7 +57,6 @@ struct hyper_pod { int init_pid; uint32_t i_num; uint32_t r_num; - uint32_t e_num; uint32_t d_num; uint32_t type; /* how many containers are running */