소스 검색

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