Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
return share_mode_do_locked(id, share_mode_wakeup_waiters_fn, NULL);
}
-bool share_mode_have_entries(struct share_mode_lock *lck)
-{
- return lck->data->have_share_modes;
-}
-
NTTIME share_mode_changed_write_time(struct share_mode_lock *lck)
{
return lck->data->changed_write_time;
bool *modified,
void *private_data),
void *private_data);
-bool share_mode_have_entries(struct share_mode_lock *lck);
NTTIME share_mode_changed_write_time(struct share_mode_lock *lck);
const char *share_mode_servicepath(struct share_mode_lock *lck);