FU: Implement --monitor, add some docs; FU::Util: add fdpass functions
This commit is contained in:
parent
09fe50d2a2
commit
3e84a4f4d3
8 changed files with 480 additions and 99 deletions
|
|
@ -16,7 +16,7 @@ struct fupg_prep {
|
|||
};
|
||||
|
||||
#define fupg_prep_hash(p) ((p)->hash)
|
||||
#define fupg_prep_eq(a, b) (strcmp((a)->query, (b)->query) == 0)
|
||||
#define fupg_prep_eq(a, b) ((a)->hash == (b)->hash && strcmp((a)->query, (b)->query) == 0)
|
||||
KHASHL_SET_INIT(KH_LOCAL, fupg_prepared, fupg_prepared, fupg_prep *, fupg_prep_hash, fupg_prep_eq);
|
||||
|
||||
static void fupg_prep_destroy(fupg_prep *p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue