Logo AND Algorithmique Numérique Distribuée

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