X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fcore%2Fstore-private.h;h=2b6b09662f36a91bad7821ed8baacd152ac7e98c;hp=cde2216327582968966d6f053adc62174ee0de99;hb=59947b2a42517a95b9c4451c8ebca0c0d8aadc11;hpb=b072d9b2786422fcb8f068dd5076bd108a6228e9 diff --git a/src/core/store-private.h b/src/core/store-private.h index cde2216..2b6b096 100644 --- a/src/core/store-private.h +++ b/src/core/store-private.h @@ -126,6 +126,7 @@ struct sdb_store_expr { sdb_data_t data; }; +#define EXPR_INIT { SDB_OBJECT_INIT, 0, -1, NULL, NULL, SDB_DATA_INIT } #define EXPR_TO_STRING(e) \ (((e)->type == TYPED_EXPR) ? "" \ : ((e)->type == ATTR_VALUE) ? "attribute" \