From 1b030c04e584ccd3be0d3846408fd625d7de1c09 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Wed, 27 Mar 2024 13:29:07 +0530 Subject: [PATCH] [WIP] Introducing a heartbeat client --- src/xheartbeat_client.cpp | 8 ++++++++ src/xheartbeat_client.hpp | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/xheartbeat_client.cpp create mode 100644 src/xheartbeat_client.hpp diff --git a/src/xheartbeat_client.cpp b/src/xheartbeat_client.cpp new file mode 100644 index 0000000..87331cb --- /dev/null +++ b/src/xheartbeat_client.cpp @@ -0,0 +1,8 @@ +/*************************************************************************** +* Copyright (c) 2016, Johan Mabille, Sylvain Corlay, Martin Renou * +* Copyright (c) 2016, QuantStack * +* * +* Distributed under the terms of the BSD 3-Clause License. * +* * +* The full license is in the file LICENSE, distributed with this software. * +****************************************************************************/ \ No newline at end of file diff --git a/src/xheartbeat_client.hpp b/src/xheartbeat_client.hpp new file mode 100644 index 0000000..87331cb --- /dev/null +++ b/src/xheartbeat_client.hpp @@ -0,0 +1,8 @@ +/*************************************************************************** +* Copyright (c) 2016, Johan Mabille, Sylvain Corlay, Martin Renou * +* Copyright (c) 2016, QuantStack * +* * +* Distributed under the terms of the BSD 3-Clause License. * +* * +* The full license is in the file LICENSE, distributed with this software. * +****************************************************************************/ \ No newline at end of file