diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2016-08-03 00:01:09 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2016-08-02 07:26:45 +0000 |
commit | b28084459ee629a79a5c447e75e9a340b7de9e48 (patch) | |
tree | 90efe1c01bf5e8f1897bffc705745b50e77b9a06 /nsh-plugin/nsh/nsh.api | |
parent | 59d02208a630c634699f6c55d0513afc4aa9cbf1 (diff) |
Change control_ping to nsh_control_ping
PatchSet 3: rebuild
PatchSet 2: add msg_id_base
Change-Id: I3a52acced0f85e5799560926fa8f4eb65e674009
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.api')
-rw-r--r-- | nsh-plugin/nsh/nsh.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsh-plugin/nsh/nsh.api b/nsh-plugin/nsh/nsh.api index 0b42b58..176dcd1 100644 --- a/nsh-plugin/nsh/nsh.api +++ b/nsh-plugin/nsh/nsh.api @@ -109,7 +109,7 @@ define nsh_map_details { @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request */ -define control_ping { +define nsh_control_ping { u32 client_index; u32 context; }; @@ -120,7 +120,7 @@ define control_ping { @param retval - return code for the request @param vpe_pid - the pid of the vpe, returned by the server */ -define control_ping_reply { +define nsh_control_ping_reply { u32 context; i32 retval; u32 client_index; |