]> git.corax.cc Git - toolbox/commit
include/uipc: Make uipc module extend ipc interface
authorMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 08:22:50 +0000 (17:22 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 08:22:50 +0000 (17:22 +0900)
commit02ad43688a9306bc083a9e4f357e7ed06764b9db
tree08f1ba1d01a67d4e88348ca29d30d62192656e0c
parentb381443dbb5daca5a65ffc14d669b0cf72080545
include/uipc: Make uipc module extend ipc interface

To avoid code duplication, the uipc module should use the encode and
decode functions of the ipc module instead of declaring its own ones.

This commit modifies the uipc module so that it extends the interface
of the ipc module, using the functions provided by the latter.
include/uipc.sh
test/uipc_spec.sh