mirror of https://github.com/F-Stack/f-stack.git
fix a traffic bug
This commit is contained in:
parent
26b8f02738
commit
6a4ba90927
|
@ -1130,11 +1130,10 @@ handle_route_msg(struct ff_msg *msg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct ff_top_args ff_status;
|
|
||||||
static inline void
|
static inline void
|
||||||
handle_top_msg(struct ff_msg *msg)
|
handle_top_msg(struct ff_msg *msg)
|
||||||
{
|
{
|
||||||
msg->top = ff_status;
|
msg->top = ff_top_status;
|
||||||
msg->result = 0;
|
msg->result = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue