luasandbox  1.4.0
Generic Lua sandbox for dynamic data analysis
stream_reader.h
Go to the documentation of this file.
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 
7 /** Hindsight Heka stream reader structures @file */
8 
9 #ifndef luasandbox_heka_stream_reader_h_
10 #define luasandbox_heka_stream_reader_h_
11 
12 #include "../util/heka_message.h"
13 #include "../util/input_buffer.h"
14 
15 #define LSB_HEKA_STREAM_READER "lsb.heka_stream_reader"
16 
17 typedef struct heka_stream_reader
18 {
19  char *name;
23 
24 #endif
lsb_heka_message msg
Definition: stream_reader.h:20
struct heka_stream_reader heka_stream_reader
lsb_input_buffer buf
Definition: stream_reader.h:21