X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fcore%2Fstore-private.h;h=703bc55e476c0b3ef2663ec28ac63098a0d2399b;hp=30091a75a466e28351383be46a3e61883999f70a;hb=88281ca69be18cdd05acb7fff580f40c091e49f5;hpb=a077fb06b0cf27ca51477c76d5520d0c814af8df diff --git a/src/core/store-private.h b/src/core/store-private.h index 30091a7..703bc55 100644 --- a/src/core/store-private.h +++ b/src/core/store-private.h @@ -95,8 +95,10 @@ typedef struct { * conditionals */ -/* compares a host using the specified conditional */ -typedef int (*cmp_cb)(sdb_host_t *, sdb_store_cond_t *); +/* compares a host using the specified conditional and taking the specified + * filter into account */ +typedef int (*cmp_cb)(sdb_host_t *, sdb_store_cond_t *, + sdb_store_matcher_t *); struct sdb_store_cond { sdb_object_t super;