Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
067377e4d79beb29097292b5c7c82e2b1fb78791
[simgrid.git] / include / xbt / virtu.h
1 /* $Id$ */
2
3 /* virtu - virtualization layer for XBT to choose between GRAS and MSG implementation */
4
5 /*  Copyright (c) 2007 Martin Quinson                                       */
6 /*  All rights reserved.                                                    */
7
8 /* This program is free software; you can redistribute it and/or modify it
9   * under the terms of the license (GNU LGPL) which comes with this package. */
10
11 #ifndef __XBT_VIRTU_H__
12 #define __XBT_VIRTU_H__
13
14 #include "xbt/misc.h"
15 #include "xbt/sysdep.h"
16 #include "xbt/function_types.h"
17
18 SG_BEGIN_DECL()
19
20   /* Get the PID of the current process */
21   XBT_PUBLIC_DATA(int_f_void_t) xbt_getpid;
22
23 SG_END_DECL()
24 #endif /* __XBT_VIRTU_H__ */