Skip to content

Commit 4fc24a5

Browse files
committed
Update fdb 610 includes to 6.1.13
1 parent ad44fe9 commit 4fc24a5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.12
1+
6.1.13

foundationdb-sys/include/610/fdb_c.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ extern "C" {
280280
DLLEXPORT WARN_UNUSED_RESULT FDBFuture*
281281
fdb_cluster_create_database( FDBCluster* c, uint8_t const* db_name,
282282
int db_name_length );
283+
#else
284+
#define fdb_future_get_cluster(f, oc) FDB_REMOVED_FUNCTION
285+
#define fdb_future_get_database(f, od) FDB_REMOVED_FUNCTION
286+
#define fdb_create_cluster(cfp) FDB_REMOVED_FUNCTION
287+
#define fdb_cluster_destroy(c) FDB_REMOVED_FUNCTION
288+
#define fdb_cluster_set_option(c, o, v, vl) FDB_REMOVED_FUNCTION
289+
#define fdb_cluster_create_database(c, dn, dnl) FDB_REMOVED_FUNCTION
283290
#endif
284291

285292
#if FDB_API_VERSION < 23
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.12
1+
6.1.13

0 commit comments

Comments
 (0)