diff --git a/etc/examples/example.conf b/etc/examples/example.conf index 4566cb949..e338c736a 100644 --- a/etc/examples/example.conf +++ b/etc/examples/example.conf @@ -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" diff --git a/etc/examples/global.conf b/etc/examples/global.conf index df6e34a0c..6a1a0e8c6 100644 --- a/etc/examples/global.conf +++ b/etc/examples/global.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 diff --git a/etc/advio.conf b/etc/examples/nodes/advio.conf similarity index 100% rename from etc/advio.conf rename to etc/examples/nodes/advio.conf