1 #ifndef REPLAY_H 2 #define REPLAY_H 3 4 /* 5 * replay.h 6 * 7 * Copyright (c) 2010-2015 Institute for System Programming 8 * of the Russian Academy of Sciences. 9 * 10 * This work is licensed under the terms of the GNU GPL, version 2 or later. 11 * See the COPYING file in the top-level directory. 12 * 13 */ 14 15 #include "qapi-types.h" 16 17 extern ReplayMode replay_mode; 18 19 #endif 20