summaryrefslogtreecommitdiff
path: root/mac/ca/src/backoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mac/ca/src/backoff.c')
-rw-r--r--mac/ca/src/backoff.c36
1 files changed, 36 insertions, 0 deletions
diff --git a/mac/ca/src/backoff.c b/mac/ca/src/backoff.c
new file mode 100644
index 0000000000..75b47119a9
--- /dev/null
+++ b/mac/ca/src/backoff.c
@@ -0,0 +1,36 @@
+/* Maria project {{{
+ *
+ * Copyright (C) 2007 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file mac/ca/src/backoff.c
+ * \brief Backoff handling.
+ * \ingroup mac_ca
+ */
+#include "common/std.h"
+
+#include "mac/ca/inc/backoff.h"
+
+void
+ca_backoff_init (ca_t *ctx)
+{
+}
+
+void
+ca_backoff_new (ca_t *ctx, uint cap)
+{
+}
+
+void
+ca_backoff_deferred (ca_t *ctx, uint slot_counter)
+{
+}
+
+void
+ca_backoff_success (ca_t *ctx)
+{
+}
+