X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cat%2Fvirt-ls.c;h=b510f9aeb8cf4c300e793148ac81482bfb77ba2a;hb=a9ac448cf8a3e8d13b67dc286940abe51226c9dc;hp=64bae46e3496fff377ec7a2cd9eb57bc60ed60b1;hpb=d72815578f7b8fea9702902d8562430e8a007a46;p=libguestfs.git diff --git a/cat/virt-ls.c b/cat/virt-ls.c index 64bae46..b510f9a 100644 --- a/cat/virt-ls.c +++ b/cat/virt-ls.c @@ -1,5 +1,5 @@ /* virt-ls - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2010-2011 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,10 @@ #include #include #include +#include #include +#include +#include #include "progname.h" @@ -35,6 +38,7 @@ guestfs_h *g; int read_only = 1; +int live = 0; int verbose = 0; int keys_from_stdin = 0; int echo_keys = 0; @@ -227,6 +231,7 @@ main (int argc, char *argv[]) */ assert (read_only == 1); assert (inspector == 1); + assert (live == 0); /* User must specify at least one directory name on the command line. */ if (optind >= argc || argc - optind < 1)