diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-09-17 17:21:14 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-09-17 17:46:07 +0200 |
commit | ad31c3832d08fa1aca7bb473141cd5265e6f670d (patch) | |
tree | e82220091b7cee1de96202dd9753bd71f5b7cd81 /src/dbi.h | |
parent | 32b9a53f577e960b7f6120342d67f2c98277f2c1 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |