Subversion Repositories shark

Rev

Rev 1259 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1255 giacomo 1
#ifndef __SHARK_H__
2
#define __SHARK_H__
1254 giacomo 3
 
1259 pj 4
#include "nload.h"
5
#include "lconst.h"
1254 giacomo 6
 
1304 giacomo 7
#define MAX_MUTEX 20
8
 
1254 giacomo 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
 
1255 giacomo 17
void fsfinit();
1254 giacomo 18
 
19
#endif