]> git.corax.cc Git - toolbox/commit
include/uipc: Fix version checking when dumping uipc messages
authorMatthias Kruk <m@m10k.eu>
Fri, 10 Mar 2023 11:16:40 +0000 (20:16 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 10 Mar 2023 11:16:40 +0000 (20:16 +0900)
commit5c372eadc8d557453714993a677573fb5b569ddb
treee7a789d69d27e35c7560735016ebdac747721844
parent3cf8f33416c20451a98af71dc32ebde58abe0e73
include/uipc: Fix version checking when dumping uipc messages

The function `uipc_msg_dump()' still references `_uipc_msg_get()'
even though it was removed from the module, rendering the function
unable to figure out the message version.

This commit changes the uipc module to use `ipc_msg_get_version()'
to query message versions.
include/uipc.sh