Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Public Attributes | List of all members
st_hier_node Struct Reference

Node [Load Sharing]. More...

#include <psi.h>

Public Attributes

int num
 
int level
 
struct st_hier_nodefather
 
int nbsons
 
struct st_linked_sonssons
 

Detailed Description

Node [Load Sharing].

Structure to describe a worksheet (tree) hierarchical topology type for the events of Work Stealing

Member Data Documentation

struct st_hier_node* st_hier_node::father

pointer to the father node

int st_hier_node::level

current level on the tree

int st_hier_node::nbsons

number of children nodes

int st_hier_node::num

number of the node

struct st_linked_sons* st_hier_node::sons

pointer to the list of children


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