summaryrefslogtreecommitdiffstats
path: root/src/dbi.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-09-17 17:21:14 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-09-17 17:46:07 +0200
commitad31c3832d08fa1aca7bb473141cd5265e6f670d (patch)
treee82220091b7cee1de96202dd9753bd71f5b7cd81 /src/dbi.h
parent32b9a53f577e960b7f6120342d67f2c98277f2c1 (diff)
rest: remove scheduler code
Put ogserver into diet, remove this feature, including pending command queue.
Diffstat (limited to 'src/dbi.h')
-rw-r--r--src/dbi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbi.h b/src/dbi.h
index 909a4bd..b2eca96 100644
--- a/src/dbi.h
+++ b/src/dbi.h
@@ -4,6 +4,7 @@
#include <dbi/dbi.h>
#include <stdbool.h>
#include <sys/stat.h>
+#include <stdint.h>
struct og_dbi_config {
const char *user;