Spicy
options.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
8 struct OutputOptions {
9  bool include_offsets = false;
10 };
Definition: options.h:8