#ifndef _MPCP_H_ #define _MPCP_H_ typedef std::vector ResponseTimes; typedef std::vector TaskResponseTimes; typedef std::vector ClusterResponseTimes; typedef std::vector MPCPCeilings; void determine_gcs_response_times(const Clusters& clusters, const MPCPCeilings& ceilings, ClusterResponseTimes& times); MPCPCeilings get_mpcp_ceilings(const ResourceSharingInfo& info); #endif