protocol: Handle progress notification messages during FileIn.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Dec 2010 13:31:25 +0000 (13:31 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Dec 2010 13:35:32 +0000 (13:35 +0000)
commit11be64049ba3ce36e1be297d2d6f54abca079742
treebdf107dae604b6ac663173ed15bad23ed966d423
parent8bfca99b9ab5774ce8aa1086184479ebb98236b2
protocol: Handle progress notification messages during FileIn.

If the daemon sends progress notification messages while we
are uploading FileIn parameters, these are received in
check_for_daemon_cancellation_or_eof.  Modify this library
function so that it turns these messages into callbacks.
daemon/proto.c
src/proto.c