luasandbox
1.4.0
Generic Lua sandbox for dynamic data analysis
|
#include <heka_message.h>
Public Attributes | |
union { | |
lsb_const_string s | |
double d | |
} | u |
lsb_read_type | type |
Definition at line 106 of file heka_message.h.
double lsb_read_value::d |
Definition at line 110 of file heka_message.h.
lsb_const_string lsb_read_value::s |
Definition at line 109 of file heka_message.h.
lsb_read_type lsb_read_value::type |
Definition at line 112 of file heka_message.h.
union { ... } lsb_read_value::u |