host_disk_info.h

Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
00003 Copyright (C) 2005- The University of Notre Dame
00004 This software is distributed under the GNU General Public License.
00005 See the file COPYING for details.
00006 */
00007 
00008 #ifndef DISK_INFO_H
00009 #define DISK_INFO_H
00010 
00011 #include "int_sizes.h"
00012 #include <time.h>
00013 
00024 int host_disk_info_get(const char *path, UINT64_T * avail, UINT64_T * total);
00025 
00032 int check_disk_space_for_filesize(char *path, INT64_T file_size, UINT64_T disk_avail_threshold);
00033 
00034 #endif

Generated on 23 Mar 2016 for cctools by  doxygen 1.4.7