malleabilityZombies.h 339 Bytes
Newer Older
1
2
3
#ifndef MALLEABILITY_ZOMBIES_H
#define MALLEABILITY_ZOMBIES_H

iker_martin's avatar
iker_martin committed
4
5
6
7
8
9
10
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <mpi.h>
#include <signal.h>
11
#include "malleabilityDataStructures.h"
iker_martin's avatar
iker_martin committed
12

13
14
15
void MAM_Zombies_service_init();
int MAM_Zombies_service_free();
void MAM_Zombies_update();
16
17

#endif