1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

smbd: Don't store in-memory only flags in locking.tdb

Hey, pidl knows the [skip] attribute ... :-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Volker Lendecke 2013-09-01 11:07:19 +02:00 committed by Michael Adam
parent 94b320527e
commit 696bc569b1

View File

@ -42,8 +42,8 @@ interface open_files
[size_is(num_delete_tokens)] delete_token delete_tokens[];
timespec old_write_time;
timespec changed_write_time;
uint8 fresh;
uint8 modified;
[skip] boolean8 fresh;
[skip] boolean8 modified;
[ignore] db_record *record;
} share_mode_data;