summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 703c092)
raw | patch | inline | side by side (parent: 703c092)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 26 Jun 2014 20:26:42 +0000 (22:26 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 26 Jun 2014 20:26:42 +0000 (22:26 +0200) |
src/core/store-private.h | patch | blob | history |
index 49ddaf547465f349b8ba57aede974e0388628652..7cc2f66dbffc50363b0c04986a02c4ca66c99360 100644 (file)
--- a/src/core/store-private.h
+++ b/src/core/store-private.h
typedef struct {
sdb_store_matcher_t super;
char *name;
- /* XXX: this needs to be more flexible;
- * add support for type-specific operators */
string_matcher_t value;
} attr_matcher_t;
#define ATTR_M(m) ((attr_matcher_t *)(m))