Commit f2de8e9d authored by Federico G. Schwindt's avatar Federico G. Schwindt

Update parameters in preparation for further work

parent 5921f91a
...@@ -63,16 +63,26 @@ struct poolparam { ...@@ -63,16 +63,26 @@ struct poolparam {
struct params { struct params {
#define ptyp_bool unsigned #define ptyp_bool unsigned
#define ptyp_bytes ssize_t
#define ptyp_bytes_u unsigned
#define ptyp_double double #define ptyp_double double
#define ptyp_poolparam struct poolparam
#define ptyp_timeout double #define ptyp_timeout double
#define ptyp_uint unsigned #define ptyp_uint unsigned
#define ptyp_vsl_buffer unsigned
#define ptyp_vsl_reclen unsigned
#define PARAM(nm, ty, mi, ma, de, un, fl, st, lt, fn) ptyp_##ty nm; #define PARAM(nm, ty, mi, ma, de, un, fl, st, lt, fn) ptyp_##ty nm;
#include <tbl/params.h> #include <tbl/params.h>
#undef PARAM #undef PARAM
#undef ptyp_bool #undef ptyp_bool
#undef ptyp_bytes
#undef ptyp_bytes_u
#undef ptyp_double #undef ptyp_double
#undef ptyp_poolparam
#undef ptyp_timeout #undef ptyp_timeout
#undef ptyp_uint #undef ptyp_uint
#undef ptyp_vsl_buffer
#undef ptyp_vsl_reclen
/* Unprivileged user / group */ /* Unprivileged user / group */
char *user; char *user;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment