aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordan <Dan Kennedy>2025-02-10 20:46:14 +0000
committerdan <Dan Kennedy>2025-02-10 20:46:14 +0000
commit2d878947004909b22c2057eb124b9d00fabe8d82 (patch)
tree93891151e07bcf3176d15cdaa1465423576c0ab2 /src/sqliteInt.h
parentdf54ecb1bfaf1d6e514b534a9c647ffc72571684 (diff)
downloadsqlite-2d878947004909b22c2057eb124b9d00fabe8d82.tar.gz
sqlite-2d878947004909b22c2057eb124b9d00fabe8d82.zip
Experimental change to allow clients to block when taking a SHARED lock to connect to a wal mode database.
FossilOrigin-Name: d2d6a000fb9bf8097e0ce9979685408d183be3ab785ceeb11ec1f97a81a83e41
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 631bb2a24..f56625cef 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -1746,6 +1746,7 @@ struct sqlite3 {
int busyTimeout; /* Busy handler timeout, in msec */
#ifdef SQLITE_ENABLE_SETLK_TIMEOUT
int setlkTimeout; /* Blocking lock timeout, in msec. -1 -> inf. */
+ int setlkFlags; /* Flags passed to setlk_timeout() */
#endif
int nSavepoint; /* Number of non-transaction savepoints */
int nStatement; /* Number of nested statement-transactions */