summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-05-05 15:20:03 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-05-05 15:20:03 +0100
commit5e9a2b11b248aaa2f6f353bbcf9f600d65bcaf51 (patch)
treeb3178d019ae82f3088a75315a6b7534c7a792414 /docs
parentac4cdf379e076c69c7c5ec9d6766362f15968b66 (diff)
trace: Move the rest of common to lib/trace.
Renaming the library to something else is left to another change, as there's already a trace lib in the wrappers dir.
Diffstat (limited to 'docs')
-rw-r--r--docs/FORMAT.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FORMAT.markdown b/docs/FORMAT.markdown
index 08288a7c..f23323aa 100644
--- a/docs/FORMAT.markdown
+++ b/docs/FORMAT.markdown
@@ -3,7 +3,7 @@
This document specifies the binary format of trace streams.
Trace streams are not written verbatim to file, but compressed, nowadays with
-snappy (see `common/trace_file_snappy.cpp` for details). Previously they used
+snappy (see `lib/trace/trace_file_snappy.cpp` for details). Previously they used
to be compressed with gzip.