Add a definition of the NETWORK_RESILIENCY_REQUEST so I can write a torture test...
authorRichard Sharpe <realrichardsharpe@gmail.com>
Sun, 5 Oct 2014 02:05:03 +0000 (19:05 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 6 Oct 2014 17:18:04 +0000 (19:18 +0200)
Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/ioctl.idl

index 82480924c5a802199850d49ffb04e8f3e62c6f75..77606441737c4e603bbdd4e370ddcbc6357ed6a6 100644 (file)
@@ -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;
+}