nfqws2,zapret-auto: circular orchestrator

This commit is contained in:
bol-van
2025-12-06 15:58:09 +03:00
parent 2a7b44b1d0
commit 813fece07a
9 changed files with 387 additions and 69 deletions
+2
View File
@@ -51,6 +51,8 @@ void lua_pushf_bool(const char *field, bool b);
void lua_pushi_bool(lua_Integer idx, bool b);
void lua_pushf_str(const char *field, const char *str);
void lua_pushi_str(lua_Integer idx, const char *str);
void lua_pushf_lstr(const char *field, const char *str, size_t len);
void lua_pushi_lstr(lua_Integer idx, const char *str, size_t len);
void lua_pushf_int(const char *field, lua_Integer v);
void lua_pushi_int(lua_Integer idx, lua_Integer v);
void lua_push_raw(const void *v, size_t l);