regressions: Enable both tests for bug 576879 (not fixed).
[libguestfs.git] / df / README
1 This is the third rewrite of the virt-df program.  It very much
2 follows the outline of the Perl program which this replaced in
3 libguestfs 1.7.14.
4
5 main.c -    main program
6
7 domains.c - dealing with libvirt, only used if libvirt is around
8             at compile time
9
10 df.c -      getting the stats from libguestfs
11
12 output.c -  writing the output, CSV output
13
14 virt-df.h - header file
15
16 Note this also uses the shared options parsing code in
17 'fish/options.[ch]'.