Mark all symbols hidden by default, export only required ones

This commit is contained in:
Vitaliy Filippov
2025-08-24 16:55:58 +03:00
parent 9892fccfb0
commit 2ebe3a468c
25 changed files with 60 additions and 18 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ struct osd_messenger_t;
struct rdmacm_connecting_t;
#endif
struct osd_messenger_t
struct __attribute__((visibility("default"))) osd_messenger_t
{
protected:
int keepalive_timer_id = -1;