mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Refactor some internal object element names used by the busy handler, to
simplify analysis. FossilOrigin-Name: 6c40c5574f4ae9795a142d01a8f84afd1b72678ea5f6bfca14a8646c4e862605
This commit is contained in:
@@ -3704,7 +3704,7 @@ static int pagerOpentemp(
|
||||
** retried. If it returns zero, then the SQLITE_BUSY error is
|
||||
** returned to the caller of the pager API function.
|
||||
*/
|
||||
void sqlite3PagerSetBusyhandler(
|
||||
void sqlite3PagerSetBusyHandler(
|
||||
Pager *pPager, /* Pager object */
|
||||
int (*xBusyHandler)(void *), /* Pointer to busy-handler function */
|
||||
void *pBusyHandlerArg /* Argument to pass to xBusyHandler */
|
||||
|
Reference in New Issue
Block a user