Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
WalCkptInfo Struct Reference

Data Fields

u32 nBackfill
 
u32 aReadMark [WAL_NREADER]
 
u8 aLock [SQLITE_SHM_NLOCK]
 
u32 nBackfillAttempted
 
u32 notUsed0
 

Detailed Description

Definition at line 59788 of file sqlite3.c.

Field Documentation

◆ aLock

u8 WalCkptInfo::aLock[SQLITE_SHM_NLOCK]

Definition at line 59791 of file sqlite3.c.

◆ aReadMark

u32 WalCkptInfo::aReadMark[WAL_NREADER]

◆ nBackfill

u32 WalCkptInfo::nBackfill

◆ nBackfillAttempted

u32 WalCkptInfo::nBackfillAttempted

◆ notUsed0

u32 WalCkptInfo::notUsed0

Definition at line 59793 of file sqlite3.c.


The documentation for this struct was generated from the following file: