ソースを参照

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);
 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);
 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, ...);
 void sched_ctx_hypervisor_ioctl(unsigned sched_ctx, ...);
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus