Extend record response with more info.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 31 Aug 2009 12:39:35 +0000 (14:39 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 31 Aug 2009 12:39:35 +0000 (14:39 +0200)
commitd0fef3a0b9afaee590e748341c073594f62d01b8
tree20bce3f860d828556e6b22a782b7f9e2ded5c92c
parent7a0cdebc600629c00226286b9ea201f58054d0f5
Extend record response with more info.

The record command now has activeclients (as in show), nextrecid
(if such record exist), prevrecid (if such record exist). This allows
navigation on single records and check for whether the system is idle
(activeclients == 0). Bug #3012.
src/http_command.c
src/logic.c
src/pazpar2.h
test/test_http_23.res
test/test_http_6.res