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:
parent
b171dfa3e0
commit
536ad5db05
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue