Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oooups !
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Dec 2004 18:45:10 +0000 (18:45 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Dec 2004 18:45:10 +0000 (18:45 +0000)
commitf552e0ca2faa0b56208a05221f5b424e597e6d8b
treefeaa2fc0c02fc73abf0dd9b62dfed4e3b86c480d
parent4fc610b42e6253c348b6fcc85f41f41bf13a19ea
Oooups !

>  void
>   xbt_init(int *argc, char **argv) {

and

> Update of /home/mquinson/cvsroot/gras/src/surf
>  void surf_init(void)
>  {
> +  xbt_init();

I did not even notice he'd been crying...

surf/surf.c: In function surf_init':
surf/surf.c:57: warning: implicit declaration of function xbt_init'

... and he did not really looked angry btw.

surf:~/Work/GRAS/heap $ ./surf_usage
xbt/module.c:57: [module/INFO] Initialize GRAS

Nevermind. It is fixed now.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@553 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/include/surf/surf.h
src/surf/surf.c
testsuite/surf/surf_usage.c