Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add more smx_process_t MCer/MCed translations
[simgrid.git] / examples / lua / bittorrent / bittorrent.lua
index 6631d4350d3c939633b4487eb9d0cde4c4675f87..7be439542b76780e5ef73d6196ddc616a7ef3ccc 100644 (file)
@@ -7,10 +7,10 @@
 -- A SimGrid Lua implementation of the Bittorrent protocol.
 
 require("simgrid")
-       
+
 require("peer")
 require("tracker")
 
-simgrid.platform(arg[1] or  "../../msg/msg_platform.xml")
+simgrid.platform(arg[1] or  "../../platforms/platform.xml")
 simgrid.application(arg[2] or "bittorrent.xml")
-simgrid.run()
\ No newline at end of file
+simgrid.run()