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:
parent
4f94b6f435
commit
23979c6def
3 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue