Skip to content

Commit

Permalink
telemetry - introduce telemetry.hpp - the main devel header
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Mar 12, 2024
1 parent 8b842f7 commit 3e5f379
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions include/telemetry.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* @file
* @author Pavel Siska <siska@cesnet.cz>
* @brief The main devel header for telemetry
*
* SPDX-License-Identifier: BSD-3-Clause
*/

#pragma once

#include <telemetry/content.hpp>
#include <telemetry/directory.hpp>
#include <telemetry/file.hpp>
#include <telemetry/holder.hpp>
#include <telemetry/node.hpp>
1 change: 1 addition & 0 deletions pkg/rpm/telemetry.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ telemetry data in your program.
%files
%license LICENSE
%{_libdir}/libtelemetry.so
%{_includedir}/telemetry.hpp
%{_includedir}/telemetry/*.hpp

%changelog

0 comments on commit 3e5f379

Please sign in to comment.