aboutsummaryrefslogtreecommitdiff
path: root/src/trace/trace.c
blob: 14d0254b15a64cadcc3e491b9f9d89c63c892cf9 (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 "trace.h"

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