#ifndef __STORAGE_HPP__ #define __STORAGE_HPP__ #include <cstdint> // Handle the messages received by a storage node void storage_received(const uint8_t *msgs, uint32_t num_msgs); #endif