Home | History | Annotate | Download | only in examples

Lines Matching refs:record

717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record)
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);