Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yamingk committed Aug 22, 2024
1 parent b9ea29e commit 255e3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/homestore_backend/resync_blob_data.fbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
native_include "sisl/utility/non_null_ptr.hpp";

namespace homeobject;

table BlobData {
Expand Down
3 changes: 3 additions & 0 deletions src/lib/homestore_backend/resync_pg_shard.fbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
native_include "sisl/utility/non_null_ptr.hpp";

namespace homeobject;

table Member {
Expand All @@ -19,6 +21,7 @@ table ShardInfoEntry {
shard_size : uint64; // shard size;
created_time : uint64; // shard creation time
last_modified_time : uint64; // shard last modify time
created_lsn : int64; // lsn on shard creation;
}

table ResyncPGShardInfo {
Expand Down

0 comments on commit 255e3a5

Please sign in to comment.