From 23979c6def02f5387aef6c0135742c3d28d73999 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 26 Mar 2019 05:41:55 +0100 Subject: [PATCH] reorganize example configs --- etc/examples/example.conf | 6 ++---- etc/examples/global.conf | 2 +- etc/{ => examples/nodes}/advio.conf | 0 3 files changed, 3 insertions(+), 5 deletions(-) rename etc/{ => examples/nodes}/advio.conf (100%) 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