Subversion Repositories shark

Rev

Rev 1255 | Go to most recent revision | 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
 
7
int calibrate_cycle();
8
void start_simulation();
9
void *get_task_model(struct loader_task *current);
10
void set_simulation_time (struct timespec *total);
11
void set_next_activation(struct timespec *next);
12
void loader_task_activate(struct loader_task *l);
13
int get_server_from_contract(int contract);
14
 
1255 giacomo 15
void fsfinit();
1254 giacomo 16
 
17
#endif