Files
Richard W.M. Jones 634b87ce90 tests: Attach copyright and license (GPLv2+) notices to various test scripts.
For some reason these tests did not have license notices.
(cherry picked from commit a1d981edea)
2012-09-19 13:40:21 +01:00
..
2012-01-18 22:05:02 +00:00
2012-01-18 22:05:02 +00:00
2010-11-25 18:58:13 +00:00

This is the third rewrite of the virt-df program.  It very much
follows the outline of the Perl program which this replaced in
libguestfs 1.7.14.

main.c -    main program

domains.c - dealing with libvirt, only used if libvirt is around
            at compile time

df.c -      getting the stats from libguestfs

output.c -  writing the output, CSV output

virt-df.h - header file

Note this also uses the shared options parsing code in
'fish/options.[ch]'.