summaryrefslogtreecommitdiff
path: root/include/internal/ctrlmsg_define.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/ctrlmsg_define.h')
-rw-r--r--include/internal/ctrlmsg_define.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/internal/ctrlmsg_define.h b/include/internal/ctrlmsg_define.h
index 66c2704..8421202 100644
--- a/include/internal/ctrlmsg_define.h
+++ b/include/internal/ctrlmsg_define.h
@@ -14,6 +14,8 @@ struct ctrl_msg_app_reg_request
{
struct ctrl_msg_header msg_header;
uint8_t symbol[MR_SYMBOL_MAX];
+ uint8_t mntfile[MR_STRING_MAX];
+ pid_t pid;
} __rte_packed;
struct ctrl_msg_app_reg_response