blob: fcbe29836f25ae2980c88bb272d920d9640e9cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* * Copyright (c) 2012, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file circuitmux_ewma.h
* \brief Header file for circuitmux_ewma.c
**/
#ifndef _TOR_CIRCUITMUX_EWMA_H
#define _TOR_CIRCUITMUX_EWMA_H
#include "or.h"
#include "circuitmux.h"
/* TODO */
#endif /* _TOR_CIRCUITMUX_EWMA_H */
|