gecko-dev/toolkit/recordreplay/Trigger.h
Brian Hackett 328be466d8 Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj.
--HG--
extra : rebase_source : e7d9586d4c0291813f30e69befc2f8d6a6974212
2018-07-22 11:44:20 +00:00

22 lines
720 B
C++

/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef mozilla_recordreplay_Trigger_h
#define mozilla_recordreplay_Trigger_h
namespace mozilla {
namespace recordreplay {
// See RecordReplay.h for a description of the record/replay trigger API.
// Initialize trigger state at the beginning of recording or replaying.
void InitializeTriggers();
} // namespace recordreplay
} // namespace mozilla
#endif // mozilla_recordreplay_Trigger_h