mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
Add a definition of the NETWORK_RESILIENCY_REQUEST so I can write a torture test for it.
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
92ca4f52ae
commit
3450347c8e
@ -179,3 +179,12 @@ interface sparse
|
||||
file_zero_data_info info;
|
||||
} fsctl_set_zero_data_req;
|
||||
}
|
||||
|
||||
interface resiliency
|
||||
{
|
||||
/* 2.2.31.3 NETWORK_RESILIENCY_REQUEST */
|
||||
typedef [public] struct {
|
||||
uint32 timeout;
|
||||
uint32 reserved;
|
||||
} network_resiliency_request;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user