tor/src/or/circuitmux_ewma.h

19 lines
329 B
C
Raw Normal View History

2012-10-01 06:41:25 +02:00
/* * 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 */