Commit 7cd3719d authored by Pietro Fezzardi's avatar Pietro Fezzardi Committed by Alessandro Rubini

arch-sim: new standard names for the ifaces

This makes the diagnostics easier to understand, printing MASTER and SLAVE
for every message
parent 57c21fd1
...@@ -122,7 +122,7 @@ int main(int argc, char **argv) ...@@ -122,7 +122,7 @@ int main(int argc, char **argv)
* to set the initial offset for the slave * to set the initial offset for the slave
*/ */
sim_set_global_DS(ppi_master); sim_set_global_DS(ppi_master);
pp_config_string(ppg, strdup("port SIM_MASTER; iface lo;" pp_config_string(ppg, strdup("port SIM_MASTER; iface MASTER;"
"proto udp; role master;" "proto udp; role master;"
"sim_init_master_time 10.0;")); "sim_init_master_time 10.0;"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment