Line data Source code
1 1 : /** 2 : * @file gvt/fossil.h 3 : * 4 : * @brief Housekeeping operations 5 : * 6 : * In this module all the housekeeping operations related to GVT computation phase 7 : * are present. 8 : * 9 : * SPDX-FileCopyrightText: 2008-2021 HPDCS Group <rootsim@googlegroups.com> 10 : * SPDX-License-Identifier: GPL-3.0-only 11 : */ 12 : #pragma once 13 : 14 : #include <core/core.h> 15 : 16 0 : extern void fossil_collect(simtime_t current_gvt);