X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=mem%2Fvirt_mem_main.ml;fp=mem%2Fvirt_mem_main.ml;h=32d89ffe1a23016c60db5ada033c4620f5bc1b43;hp=0000000000000000000000000000000000000000;hb=b70c967911e197b74d6d7ad98e3df9240d82572f;hpb=6a4bf18801508eb18520b7b1ec13325fd4101764 diff --git a/mem/virt_mem_main.ml b/mem/virt_mem_main.ml new file mode 100644 index 0000000..32d89ff --- /dev/null +++ b/mem/virt_mem_main.ml @@ -0,0 +1,22 @@ +(* Memory info command for virtual domains. + (C) Copyright 2008 Richard W.M. Jones, Red Hat Inc. + http://libvirt.org/ + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + Links everything into a single executable and invokes 'main'. + *) + +Virt_mem.main ()