common: compile libsessiond-common as C++
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 22 Sep 2021 12:16:19 +0000 (08:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 17 Nov 2021 23:58:46 +0000 (18:58 -0500)
commit64efa44ea4babee85a5d855f62ca168d6aed69d0
treea9582eddf6e132287d374c6c71c62e6b659ce00b
parentaff3dd5c0a0de4be28db5ac7d1f8b03d5c867497
common: compile libsessiond-common as C++

Convert lttcomm_readable_code to a switch in a function, and rework
lttcomm_get_readable_code a bit. That changes the behavior a bit, but
probably not in a meaningful way.

Change-Id: I92da95f5d27de9df176835e820dd81ab93fb7b89
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/sessiond-comm/Makefile.am
src/common/sessiond-comm/inet.c [deleted file]
src/common/sessiond-comm/inet.cpp [new file with mode: 0644]
src/common/sessiond-comm/inet6.c [deleted file]
src/common/sessiond-comm/inet6.cpp [new file with mode: 0644]
src/common/sessiond-comm/sessiond-comm.c [deleted file]
src/common/sessiond-comm/sessiond-comm.cpp [new file with mode: 0644]
src/common/sessiond-comm/sessiond-comm.h
This page took 0.025504 seconds and 4 git commands to generate.