1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

smaller cosmetic changes

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@180 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
Steffen Vogel 2014-08-31 15:26:00 +00:00
parent b171dfa3e0
commit 536ad5db05
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ nodes = {
acs = {
type = "opal", # server, workstation, opal, rtds or dsp
local = "127.0.0.1:10201", # Local ip:port, use '*' for random port
remote = "8.8.8.8:10200"
remote = "127.0.0.1:10200"
},
sintef = {
type = "rtds",

View file

@ -87,7 +87,7 @@ static void * path_run(void *arg)
}
/* Check sequence number */
if (m->sequence <= 1) {
if (m->sequence == 0) {
path_stats(p);
info("Simulation started");