aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux_ewma.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-09-30 21:41:25 -0700
committerAndrea Shepard <andrea@torproject.org>2012-10-10 00:44:46 -0700
commit184560c4f6fa8262fe1316d5e169a16b47b11e6b (patch)
tree02c43048a7b9f49495144f6b38629e5d690fc315 /src/or/circuitmux_ewma.c
parent34591c61efcdd241e0c89006eeb9ae4cdf7565c0 (diff)
downloadtor-184560c4f6fa8262fe1316d5e169a16b47b11e6b.tar
tor-184560c4f6fa8262fe1316d5e169a16b47b11e6b.tar.gz
Add initial circuitmux_ewma.{c,h}
Diffstat (limited to 'src/or/circuitmux_ewma.c')
-rw-r--r--src/or/circuitmux_ewma.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/or/circuitmux_ewma.c b/src/or/circuitmux_ewma.c
new file mode 100644
index 000000000..b31e908b0
--- /dev/null
+++ b/src/or/circuitmux_ewma.c
@@ -0,0 +1,12 @@
+/* * Copyright (c) 2012, The Tor Project, Inc. */
+/* See LICENSE for licensing information */
+
+/**
+ * \file circuitmux_ewma.c
+ * \brief EWMA circuit selection as a circuitmux_t policy
+ **/
+
+#include "or.h"
+#include "circuitmux.h"
+#include "circuitmux_ewma.h"
+