X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device-src%2Fvfs-device.h;h=109f6cc649b725ace4cb4669416f28c117eea6b4;hb=HEAD;hp=62442c470d9129b0ccd0a6da76d7be88c6216de0;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/device-src/vfs-device.h b/device-src/vfs-device.h index 62442c4..109f6cc 100644 --- a/device-src/vfs-device.h +++ b/device-src/vfs-device.h @@ -1,9 +1,10 @@ /* - * Copyright (c) 2005-2008, 2010 Zmanda Inc. All Rights Reserved. + * Copyright (c) 2005-2012 Zmanda Inc. All Rights Reserved. * - * This library is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License version 2.1 as - * published by the Free Software Foundation. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -51,6 +52,7 @@ typedef struct { /* Properties */ guint64 volume_bytes; guint64 volume_limit; + gboolean enforce_volume_limit; /* should we monitor free space? (controlled by MONITOR_FREE_SPACE property) */ gboolean monitor_free_space;