Add client_set_state_nb
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Nov 2011 12:40:07 +0000 (13:40 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Nov 2011 12:40:07 +0000 (13:40 +0100)
commitce3da20314686e63c6c0e2d1cbb265d09d43e248
tree58227c9e51f30bc896feda3666216f7fbefd5e7c
parent4f3cae465927f5127f9c8b637cf7b07908f566d3
Add client_set_state_nb

Is like client_set_state, but never calls session_alert_watch.
This is used in the search phase, when a show is never fired anyway
and also because session is locked already so session_alert_watch
would make a deal-lock.
src/client.c
src/client.h