Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renamed host to cpu. That was really confusing.
[simgrid.git] / src / surf / cpu_private.h
index f5ee3c3..7315b42 100644 (file)
@@ -3,17 +3,17 @@
 /* This program is free software; you can redistribute it and/or modify it
    under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef _SURF_HOST_PRIVATE_H
-#define _SURF_HOST_PRIVATE_H
+#ifndef _SURF_CPU_PRIVATE_H
+#define _SURF_CPU_PRIVATE_H
 
 #include "surf/surf.h"
 #include "surf/surf_private.h"
 
-typedef struct surf_action_host {
+typedef struct surf_action_cpu {
   s_surf_action_t generic_action;
   lmm_variable_t variable;
-} s_surf_action_host_t, *surf_action_host_t;
+} s_surf_action_cpu_t, *surf_action_cpu_t;
 
-surf_host_resource_t surf_host_resource_init(void);
+surf_cpu_resource_t surf_cpu_resource_init(void);
 
 #endif                         /* _SURF_SURF_PRIVATE_H */