diff options
| author | Wayne Davison <wayned@samba.org> | 2004-07-21 23:59:28 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2004-07-21 23:59:28 +0000 |
| commit | b0ad542928c6bde674f3dec96be446a2e2ed0548 (patch) | |
| tree | 878bc8b0b3b7654fcf588a9d10e43bd43fca0c79 /io.c | |
| parent | 727b35f6659800b95d24d3955673f639298b655b (diff) | |
| download | android_external_rsync-b0ad542928c6bde674f3dec96be446a2e2ed0548.tar.gz android_external_rsync-b0ad542928c6bde674f3dec96be446a2e2ed0548.tar.bz2 android_external_rsync-b0ad542928c6bde674f3dec96be446a2e2ed0548.zip | |
Added batch_gen_fd.
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ extern struct stats stats; const char phase_unknown[] = "unknown"; int select_timeout = SELECT_TIMEOUT; int batch_fd = -1; +int batch_gen_fd = -1; /** * The connection might be dropped at some point; perhaps because the |
