initial code repo
[stor4nfv.git] / src / ceph / src / dmclock / support / src / debug.h
diff --git a/src/ceph/src/dmclock/support/src/debug.h b/src/ceph/src/dmclock/support/src/debug.h
new file mode 100644 (file)
index 0000000..2a78cc8
--- /dev/null
@@ -0,0 +1,17 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
+/*
+ * Copyright (C) 2016 Red Hat Inc.
+ */
+
+
+#pragma once
+
+
+#include <signal.h>
+
+
+inline void debugger() {
+    raise(SIGCONT);
+}