Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IOPSYS
map-topology
Commits
a06ba8a3
Commit
a06ba8a3
authored
Nov 24, 2021
by
Stanislaw Gruszka
Browse files
map-topology: use cmdu_ackq from libieee1905 - fix leftover
parent
21c5cefb
Pipeline
#35525
passed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/topologyd.c
View file @
a06ba8a3
...
...
@@ -1028,7 +1028,7 @@ void topologyd_event_handler(void *c, struct blob_attr *msg)
dbg
(
"Inside %s...DEQUEUE msg_type = [%d] msg_mid = [%d] src =["
MACFMT
"]
\n
"
,
__func__
,
msg_type
,
msg_mid
,
MAC2STR
(
origin
));
ret
=
cmdu_ackq_dequeue
(
&
priv
->
cmdu_ack_q
,
msg_type
,
msg_mid
,
origin
);
msg_mid
,
origin
,
NULL
);
if
(
ret
)
{
err
(
"topologyd: drop unexpected CMDU (mid = %d)
\n
"
,
msg_mid
);
if
(
tlv
!=
NULL
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment