Lines Matching defs:log
188 * log state
200 typedef struct log log_t;
203 * log item.
207 * configuration log file. If the user commits the changes, then the
208 * log entries are processed in sequence. If rollback is called, the
209 * log is dismissed without being processed. If the commit operation
210 * fails, then the log is "rolled back" to undo the previously
217 struct log_item *li_next; /* List of log items */
218 struct log_item *li_prev; /* List of log items */
223 * log.
225 * This maintains a list of log items. The sentinel is used to
226 * simplify processing around the "empty list". The state of the log
230 struct log
232 pool_conf_t *l_conf; /* Configuration for this log */
239 * log item action function type
439 * log functions
450 * log item functions