projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e613977
)
GFS: remove member hits from bend_present_rr
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 25 Nov 2009 19:57:40 +0000
(20:57 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 25 Nov 2009 19:57:40 +0000
(20:57 +0100)
Member hits was probably added in bend_present_rr by a mistake. No
applications should be using it.
include/yaz/backend.h
patch
|
blob
|
history
diff --git
a/include/yaz/backend.h
b/include/yaz/backend.h
index
5667e5c
..
5eac060
100644
(file)
--- a/
include/yaz/backend.h
+++ b/
include/yaz/backend.h
@@
-87,7
+87,6
@@
typedef struct {
bend_request request;
bend_association association;
- int hits; /* number of hits */
int errcode; /* 0==OK */
char *errstring; /* system error string or NULL */
} bend_present_rr;