X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=xfer-src%2Fxfer.h;fp=xfer-src%2Fxfer.h;h=16a6a784818197583cdf4cf6b1cd70d0b6298f74;hb=109540caa4e37a3663b3dcfb9a205b9609e3f561;hp=3d6773a02f969d3684ce91f64282c177747d3389;hpb=4c9eba1feb11adf189bceb4001c425e641f0b56a;p=debian%2Famanda diff --git a/xfer-src/xfer.h b/xfer-src/xfer.h index 3d6773a..16a6a78 100644 --- a/xfer-src/xfer.h +++ b/xfer-src/xfer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2008-2012 Zmanda, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -90,6 +90,8 @@ struct Xfer { /* Used to coordinate handing off file descriptors among elements of this * xfer */ GMutex *fd_mutex; + + int cancelled; }; typedef struct Xfer Xfer;