Преглед изворни кода

comments to public interface of the hypervisor

Andra Hugo пре 12 година
родитељ
комит
c846676f57
1 измењених фајлова са 3 додато и 0 уклоњено
  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