]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/misc.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change StateChanged callback signatures
[simgrid.git] / include / xbt / misc.h
index a6f65de4790294c1a2d6bf1f4aade3805e8b731b..14e48b056b71f5878265398608a3f0b86431b9ea 100644 (file)
@@ -1,6 +1,6 @@
 /* xbt.h - Public interface to the xbt (simgrid's toolbox)                     */
 
-/* Copyright (c) 2004-2012. The SimGrid Team.
+/* Copyright (c) 2004-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
 
 SG_BEGIN_DECL()
 
+/** Cache the size of a memory page for the current system. */
+XBT_PUBLIC_DATA(int) xbt_pagesize;
+
 XBT_PUBLIC(const char *) xbt_procname(void);
 
 #define XBT_BACKTRACE_SIZE 10   /* FIXME: better place? Do document */