/** * Copyright (c) 2013, Willem-Hendrik Thiart * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * * @file * @brief ADT for managing Raft log entries (aka commands) * @author Willem Thiart himself@willemthiart.com * @version 0.1 */ #include #include #include #include #include "linked_list_hashmap.h" #include "arrayqueue.h" #include "raft.h"