]> git.corax.cc Git - toolbox/commit
include/ipc: Rename ipc_endpoint_new() to ipc_endpoint_open()
authorMatthias Kruk <m@m10k.eu>
Mon, 14 Jun 2021 23:31:38 +0000 (08:31 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 14 Jun 2021 23:31:38 +0000 (08:31 +0900)
commitc7137a7a53a57e549732ffac9fb759aed13f6bbf
tree8e483b5181f65e50657199eeedbb44c2cfbc7bf2
parente554fcdecd0b3c68f5d97ab4dbf75fef30396c60
include/ipc: Rename ipc_endpoint_new() to ipc_endpoint_open()

The functions for creating new endpoints and freeing endpoints are
called ipc_endpoint_new() and ipc_endpoint_close(), which is not
intuitive.
This commit renames ipc_endpoint_new() to ipc_endpoint_open(), since
open/close is the terminology that is traditionally used in
communication APIs.
include/ipc.sh