We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929f9ba commit 486dd38Copy full SHA for 486dd38
src/wal.h
@@ -222,6 +222,7 @@ struct Wal {
222
WalIndexHdr *pSnapshot; /* Start transaction here if not NULL */
223
sqlite3 *db;
224
libsql_wal_methods *pMethods; /* Virtual methods for interacting with WAL */;
225
+ void *pMethodsData; /* Optional context for private use of libsql_wal_methods */
226
};
227
228
#endif /* SQLITE_WAL_H */
0 commit comments