feat: add official binaries with full FVM WAF functionality
- Extracted webserver (13.5MB) from safeline-mgt:9.3.9 - Extracted tcontrollerd (12MB) from safeline-tengine:9.3.9 - Extracted nginx from safeline-tengine:9.3.9 - Extracted libfusion.so (127MB) FVM engine from safeline-fvm:9.3.9 - Added musl libc for Alpine-based containers - Created proper FVM C headers matching libfusion.so API - Added install_full.sh for complete deployment
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#ifndef FVM_PLOT_H
|
||||
#define FVM_PLOT_H
|
||||
|
||||
#include <ct/string.h>
|
||||
#include <fvm-c/update.h>
|
||||
|
||||
typedef struct {
|
||||
ct_string_t buf;
|
||||
fvm_buf_t buf;
|
||||
} fvm_plot_t;
|
||||
|
||||
fvm_plot_t *fvm_plot(fvm_framework_t *fw);
|
||||
|
||||
Reference in New Issue
Block a user