2012-05-19 14:37:49 +03:00
|
|
|
#ifndef _lua__unsaferewind__hpp__included__
|
|
|
|
#define _lua__unsaferewind__hpp__included__
|
|
|
|
|
|
|
|
struct lua_unsaferewind
|
|
|
|
{
|
|
|
|
std::vector<char> state;
|
|
|
|
uint64_t frame;
|
|
|
|
uint64_t lag;
|
|
|
|
uint64_t ptr;
|
|
|
|
uint64_t secs;
|
|
|
|
uint64_t ssecs;
|
|
|
|
std::vector<uint32_t> pollcounters;
|
2013-05-30 04:13:59 +03:00
|
|
|
std::vector<char> hostmemory;
|
2012-05-19 14:37:49 +03:00
|
|
|
};
|
|
|
|
|
2013-05-30 04:13:59 +03:00
|
|
|
#endif
|