Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the version of the xbt_os_time() function needs the declaration of the structure...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Oct 2007 16:01:56 +0000 (16:01 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Oct 2007 16:01:56 +0000 (16:01 +0000)
commit59c3feb27d1b34145342c079833725efc5dac5c5
treee1c9b43527a5acf6d6392beaf27cb06ff38bb9ab
parent1b1f5b13073e88e2730ee097206dbed4d2b2121a
the version of the xbt_os_time() function needs the declaration of the structure timeval. The structure of this function change :

if the macro HAVE_GETTIMEOFDAY is defined or if we are on a Windows platform compute the timeval and return else use the poor resolution.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4872 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/xbt/xbt_os_time.c