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
@@ -19,7 +19,7 @@ class cluster_client_t;
struct kv_db_t;
struct vitastorkv_dbw_t
struct __attribute__((visibility("default"))) vitastorkv_dbw_t
{
// cli = vitastor_c_get_internal_client(client)
vitastorkv_dbw_t(cluster_client_t *cli);