luasandbox
1.4.0
Generic Lua sandbox for dynamic data analysis
Main Page
Classes
Files
File List
File Members
include
luasandbox
heka
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
;
20
lsb_heka_message
msg
;
21
lsb_input_buffer
buf
;
22
}
heka_stream_reader
;
23
24
#endif
lsb_input_buffer
Definition:
input_buffer.h:17
heka_stream_reader::msg
lsb_heka_message msg
Definition:
stream_reader.h:20
heka_stream_reader::name
char * name
Definition:
stream_reader.h:19
lsb_heka_message
Definition:
heka_message.h:80
heka_stream_reader
struct heka_stream_reader heka_stream_reader
heka_stream_reader::buf
lsb_input_buffer buf
Definition:
stream_reader.h:21
heka_stream_reader
Definition:
stream_reader.h:17
Generated by
1.8.11