diff options
Diffstat (limited to 'src/or/circuitmux_ewma.h')
-rw-r--r-- | src/or/circuitmux_ewma.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/circuitmux_ewma.h b/src/or/circuitmux_ewma.h index eec16f3729..dd612e16cb 100644 --- a/src/or/circuitmux_ewma.h +++ b/src/or/circuitmux_ewma.h @@ -6,8 +6,8 @@ * \brief Header file for circuitmux_ewma.c **/ -#ifndef _TOR_CIRCUITMUX_EWMA_H -#define _TOR_CIRCUITMUX_EWMA_H +#ifndef TOR_CIRCUITMUX_EWMA_H +#define TOR_CIRCUITMUX_EWMA_H #include "or.h" #include "circuitmux.h" @@ -25,5 +25,5 @@ unsigned int cell_ewma_get_tick(void); void cell_ewma_set_scale_factor(const or_options_t *options, const networkstatus_t *consensus); -#endif /* _TOR_CIRCUITMUX_EWMA_H */ +#endif /* TOR_CIRCUITMUX_EWMA_H */ |