circuitmux_ewma.h 329 B

123456789101112131415161718
  1. /* * Copyright (c) 2012, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file circuitmux_ewma.h
  5. * \brief Header file for circuitmux_ewma.c
  6. **/
  7. #ifndef _TOR_CIRCUITMUX_EWMA_H
  8. #define _TOR_CIRCUITMUX_EWMA_H
  9. #include "or.h"
  10. #include "circuitmux.h"
  11. /* TODO */
  12. #endif /* _TOR_CIRCUITMUX_EWMA_H */