[spp] [PATCH 11/17] shared/sec: rename func of flush command
ogawa.yasufumi at lab.ntt.co.jp
ogawa.yasufumi at lab.ntt.co.jp
Wed May 8 04:01:29 CEST 2019
From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
For refactoring, rename function `spp_command_flush` to
`sppwk_cmd_flush`.
Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
src/shared/secondary/spp_worker_th/cmd_parser.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/shared/secondary/spp_worker_th/cmd_parser.h b/src/shared/secondary/spp_worker_th/cmd_parser.h
index db60499..04f9f75 100644
--- a/src/shared/secondary/spp_worker_th/cmd_parser.h
+++ b/src/shared/secondary/spp_worker_th/cmd_parser.h
@@ -82,7 +82,7 @@ struct sppwk_cls_cmd_attr {
};
/* `flush` command specific parameters. */
-struct spp_command_flush {
+struct sppwk_cmd_flush {
/* nothing specific */
};
@@ -108,7 +108,7 @@ struct spp_command {
union { /**< command descriptors */
struct sppwk_cls_cmd_attr cls_table;
- struct spp_command_flush flush;
+ struct sppwk_cmd_flush flush;
struct spp_command_component component;
struct spp_command_port port;
} spec;
--
2.17.1
More information about the spp
mailing list