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

reorganize example configs

This commit is contained in:
Steffen Vogel 2019-03-26 05:41:55 +01:00
parent 4f94b6f435
commit 23979c6def
3 changed files with 3 additions and 5 deletions

View file

@ -32,10 +32,8 @@
# and therefore defined in separate files
@include "global.conf"
############ Dictionary of nodes ############
# An example node. Define multiple nodes in the "nodes" dictionary
@include "nodes/signal.conf"
############ List of paths ############
# A list of example paths. Define multiple paths by appending them to the "paths" list.
@include "paths.conf"

View file

@ -29,7 +29,7 @@
affinity = 0x01; # Mask of cores the server should run on
# This also maps the NIC interrupts to those cores!
//priority = 50; # Priority for the server tasks.
#priority = 50; # Priority for the server tasks.
# Usually the server is using a real-time FIFO
# scheduling algorithm