Commit c53b6cc8 authored by Sebastian Hahn's avatar Sebastian Hahn
Browse files

Create router.h

parent ff4030f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#define CIRCUIT_PRIVATE

#include "or.h"
#include "router.h"
#include "crypto.h"
#undef log
#include <math.h>
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 **/

#include "or.h"
#include "router.h"

/********* START VARIABLES **********/

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 */

#include "or.h"
#include "router.h"

/** How many CELL_PADDING cells have we received, ever? */
uint64_t stats_n_padding_cells_processed = 0;
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

#include "or.h"
#include "geoip.h"
#include "router.h"
#ifdef MS_WINDOWS
#include <shlobj.h>
#endif
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#include "or.h"
#include "dnsserv.h"
#include "geoip.h"
#include "router.h"

static connection_t *connection_create_listener(
                               struct sockaddr *listensockaddr,
Loading