X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/131e40753b3b0da5fa092583cf48fec9d88f46bd..23436dcdc124bde8deb55df96988e7939a39f145:/src/bindings/rubyDag/rb_SD_workstation.h diff --git a/src/bindings/rubyDag/rb_SD_workstation.h b/src/bindings/rubyDag/rb_SD_workstation.h new file mode 100644 index 0000000000..8fadfec165 --- /dev/null +++ b/src/bindings/rubyDag/rb_SD_workstation.h @@ -0,0 +1,19 @@ +#ifndef RB_SD_WORKSTATION_H +#define RB_SD_WORKSTATION_H + +#include +#include + +// free +static void SD_workstation_free(SD_workstation_t); + +// Workstation List +static VALUE rb_SD_workstation_list(VALUE Class); + +// Workstation number +static VALUE rb_SD_workstation_number(VALUE Class); + +// Workstation name +static VALUE rb_SD_workstation_name(VALUE Class,VALUE workstation); + +#endif \ No newline at end of file