Explorar o código

comments to public interface of the hypervisor

Andra Hugo %!s(int64=13) %!d(string=hai) anos
pai
achega
c846676f57
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      sched_ctx_hypervisor/include/sched_ctx_hypervisor_config.h

+ 3 - 0
sched_ctx_hypervisor/include/sched_ctx_hypervisor_config.h

@@ -83,10 +83,13 @@ struct sched_ctx_hypervisor_policy_config
 
 };
 
+/* set a certain configuration to a context */
 void sched_ctx_hypervisor_set_config(unsigned sched_ctx, void *config);
 
+/* check out the configuration of a context */
 struct sched_ctx_hypervisor_policy_config *sched_ctx_hypervisor_get_config(unsigned sched_ctx);
 
+/* impose different parameters to a configuration of a context */
 void sched_ctx_hypervisor_ioctl(unsigned sched_ctx, ...);
 
 #ifdef __cplusplus