Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1672 tullio 1
#ifndef __SHARK_H__
2
#define __SHARK_H__
3
 
4
#include "nload.h"
5
#include "lconst.h"
6
 
7
#define MAX_MUTEX 20
8
 
9
int calibrate_cycle();
10
void start_simulation();
11
void *get_task_model(struct loader_task *current);
12
void set_simulation_time (struct timespec *total);
13
void set_next_activation(struct timespec *next);
14
void loader_task_activate(struct loader_task *l);
15
int get_server_from_contract(int contract);
16
 
17
void fsfinit();
18
 
19
#endif