aboutsummaryrefslogtreecommitdiff
path: root/src/lib/trace/trace.c
blob: c0bbbb0cc6d92f1efefb1b2de0a37dd3338f6f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (c) 2017-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */

#include "lib/trace/trace.h"

/** Initialize the tracing library. */
void
tor_trace_init(void)
{
}