From 45b6f602dc2b7840987c28cad2b6930c4793ca97 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 5 Sep 2023 13:13:55 +0200 Subject: [PATCH] Fix file header of queue.hpp Signed-off-by: Steffen Vogel --- include/villas/queue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/villas/queue.hpp b/include/villas/queue.hpp index d5b50046c..f04835619 100644 --- a/include/villas/queue.hpp +++ b/include/villas/queue.hpp @@ -1,4 +1,4 @@ -/* Wrapper around queue that uses POSIX CV's for signalling writes. +/* A simple queue protected by mutexes. * * Author: Georg Martin Reinke * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University