[mpp_cluster]: Fix compile warning

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I9f20c382f59fd8eea9c924c7f62b6bd69d564856
This commit is contained in:
Herman Chen
2021-10-14 17:13:37 +08:00
parent 926e0b7c22
commit c153fa71dd

View File

@@ -122,7 +122,7 @@ struct ClusterWorker_s {
};
struct MppCluster_s {
char name[32];
char name[16];
pid_t pid;
RK_S32 client_type;
RK_S32 node_id;