SimGrid 3.6.2
Scalable simulation of distributed systems
Data Fields
surf_action Struct Reference

Action structureNever create s_surf_action_t by yourself ! The actions are created on the fly when you call execute or communicate on a model. More...

#include <surf.h>

Data Fields

double cost
double priority
double max_duration
double remains
double start
double finish
void * data

Detailed Description

Action structure

Never create s_surf_action_t by yourself ! The actions are created on the fly when you call execute or communicate on a model.

See also:
e_surf_action_state_t

Field Documentation

cost

priority (1.0 by default)

max_duration (may fluctuate until the task is completed)

How much of that cost remains to be done in the currently running task

start time

finish time : this is modified during the run and fluctuates until the task is completed

for your convenience


The documentation for this struct was generated from the following file:


Back to the main Simgrid Documentation page The version of Simgrid documented here is v3.6.2.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated for SimGridAPI by doxygen