Control symbol visibility in library

This commit is contained in:
2024-01-18 18:05:06 -08:00
parent 28ac68d46a
commit 1aad0c2f11
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#include <stdint.h>
struct ConflictSet {
struct __attribute__((__visibility__("default"))) ConflictSet {
enum Result {
/// The result of a check which does not intersect any conflicting writes
Commit,