resource_negotiation.h 196 B

12345678
  1. #ifndef __RESOURCE_NEGOTIATION_H__
  2. #define __RESOURCE_NEGOTIATION_H__
  3. #include "structs.h"
  4. int offer_cores(core_list *cores, app req_app, region req_reg, int *Offered_cores, int req_id);
  5. #endif