Value: { \
int __j; \
DB_LSN __tmp; \
\
for (__j = 0; __j < MAX - 1; __j++) \
if (CDB_log_compare(&AP[__j], &AP[__j + 1]) < 0) { \
__tmp = AP[__j]; \
AP[__j] = AP[__j + 1]; \
AP[__j + 1] = __tmp; \
} \
}
Definition at line 87 of file txn.c. Referenced by __txn_makefamily(), and __txn_undo().
|
1.5.5