MCPcopy Create free account
hub / github.com/RsyncProject/rsync / handle_kill_signal

Function handle_kill_signal

io.c:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515static void handle_kill_signal(BOOL flush_ok)
516{
517 got_kill_signal = -1;
518 flush_ok_after_signal = flush_ok;
519 exit_cleanup(RERR_SIGNAL);
520}
521
522/* Perform buffered input and/or output until specified conditions are met.
523 * When given a "needed" read or write request, this returns without doing any

Callers 2

perform_ioFunction · 0.85
io_end_multiplex_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected