Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initialize vars
authordegomme <augustin.degomme@unibas.ch>
Mon, 21 Mar 2016 15:43:37 +0000 (16:43 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 21 Mar 2016 15:43:37 +0000 (16:43 +0100)
teshsuite/simdag/flatifier/flatifier.cpp

index 7dfc6a6..28c9347 100644 (file)
@@ -67,8 +67,8 @@ int main(int argc, char **argv)
   sg_netcard_t value1;
   sg_netcard_t value2;
 
-  sg_host_t *hosts;
-  SD_link_t *links;
+  sg_host_t *hosts = NULL;
+  SD_link_t *links = NULL;
   xbt_os_timer_t parse_time = xbt_os_timer_new();
 
   SD_init(&argc, argv);