- Moved the err_list* stuff here from log.c and renamed them msg_list*.
authorWayne Davison <wayned@samba.org>
Thu, 15 Jan 2004 07:42:17 +0000 (07:42 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 15 Jan 2004 07:42:17 +0000 (07:42 +0000)
commitd17e1dd2dae6bfd9e2e147a0dd3039848dd43abc
tree4c6f8efbbddcaca8fc70b04faca8bb3987e90dd9
parentb9b15fb165d9adbfb56201429af2bd0f492c483c
- Moved the err_list* stuff here from log.c and renamed them msg_list*.
- Renamed log_error_fd to msg_fd_out, and io_error_fd to msg_fd_in.
- Added a redo_list* to keep track of any redo items that come over
  the message channel from the receiver to the generator.
- The io_flush() and msg_list_push() functions now take an arg:
  NORMAL_FLUSH or FULL_FLUSH.  The latter ensures that we don't lose
  any log messages that haven't gotten written from the msg_list.
- Added a send_msg() function that log.c calls to send any remote
  log messages.  It is also called to send the new MSG_REDO and
  MSG_DONE messages.
io.c