dbwrap_watch: Simplify struct dbwrap_watched_watch_state
commite5c28fec6f900dd1d8f1ee81d2cd008a93207a1a
authorVolker Lendecke <vl@samba.org>
Mon, 18 Nov 2019 12:43:13 +0000 (18 13:43 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 22 Nov 2019 23:57:47 +0000 (22 23:57 +0000)
tree78d42cfb7e725232636a0a65b6f165492f89095b
parenta793cc2276ef2123bfec1bc1828224372fcd3d93
dbwrap_watch: Simplify struct dbwrap_watched_watch_state

With the wakeup messages changed, we don't need to store what used to
be the old message in the struct dbwrap_watched_watch_state
anymore. We still need to store the key that is watched for removal of
our watch entry in the request destructor

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/dbwrap/dbwrap_watch.c