X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=src%2Fcommon%2Fustcomm.h;h=99a3abc19813130bed4090d6c3a222b2935efe4e;hp=837332b71b3f75090d09f466279d2448b1b7713d;hb=ea1c5d69f941ccd8427feb2f1082fd3d4e867b0f;hpb=da52433dd9138aee25c815cc0b2a3f2d60dfb6a4 diff --git a/src/common/ustcomm.h b/src/common/ustcomm.h index 837332b7..99a3abc1 100644 --- a/src/common/ustcomm.h +++ b/src/common/ustcomm.h @@ -207,6 +207,9 @@ int ustcomm_accept_unix_sock(int sock) int ustcomm_listen_unix_sock(int sock) __attribute__((visibility("hidden"))); +int ustcomm_shutdown_unix_sock(int sock) + __attribute__((visibility("hidden"))); + int ustcomm_close_unix_sock(int sock) __attribute__((visibility("hidden")));