00001 #ifndef EDG_WORKLOAD_COMMON_UTILITIES_QUOTA_H
00002 #define EDG_WORKLOAD_COMMON_UTILITIES_QUOTA_H
00003
00004 #include <string>
00005
00006 namespace edg {
00007 namespace workload {
00008 namespace common {
00009 namespace utilities {
00010 namespace quota {
00011
00012 extern std::pair<long, long> getFreeQuota(const std::string&);
00013 extern std::pair<long, long> getQuota(const std::string&);
00014
00015 extern uid_t user2uid(const char *name);
00016
00017 }
00018 }
00019 }
00020 }
00021 }
00022
00023
00024
00025
00026
00027
00028 #endif