s3:dbwrap_watch: move wakeup_value to struct db_watched_record
authorStefan Metzmacher <metze@samba.org>
Fri, 24 Jun 2022 12:49:36 +0000 (12:49 +0000)
committerRalph Boehme <slow@samba.org>
Tue, 26 Jul 2022 13:40:34 +0000 (13:40 +0000)
commitcdf1c37a90c24cc32953865a0bb909fd71fbbf05
treeae361d0feefe8ae9d6e5bd0a5446437a44bc5783
parent77db4b666f0eb6668b6e0bc3d445048980542bfd
s3:dbwrap_watch: move wakeup_value to struct db_watched_record

For the do_locked case they have the same scope, but having
it on db_watched_record will simplify further changes.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15125

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/dbwrap/dbwrap_watch.c