draft-ietf-nfsv4-minorversion1-dot-x-PAv6.txt   draft-ietf-nfsv4-minorversion1-dot-x-PAv7.txt 
NFSv4 S. Shepler NFSv4 S. Shepler
Internet-Draft M. Eisler Internet-Draft M. Eisler
Intended status: Standards Track D. Noveck Intended status: Standards Track D. Noveck
Expires: May 1, 2010 Editors Expires: May 2, 2010 Editors
October 28, 2009 October 29, 2009
NFSv4 Minor Version 1 XDR Description NFSv4 Minor Version 1 XDR Description
draft-ietf-nfsv4-minorversion1-dot-x-PAv6.txt draft-ietf-nfsv4-minorversion1-dot-x-PAv7.txt
Status of this Memo Status of this Memo
This Internet-Draft is submitted to IETF in full conformance with the This Internet-Draft is submitted to IETF in full conformance with the
provisions of BCP 78 and BCP 79. provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF), its areas, and its working groups. Note that Task Force (IETF), its areas, and its working groups. Note that
other groups may also distribute working documents as Internet- other groups may also distribute working documents as Internet-
Drafts. Drafts.
skipping to change at page 1, line 33 skipping to change at page 1, line 33
and may be updated, replaced, or obsoleted by other documents at any and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress." material or to cite them other than as "work in progress."
The list of current Internet-Drafts can be accessed at The list of current Internet-Drafts can be accessed at
http://www.ietf.org/ietf/1id-abstracts.txt. http://www.ietf.org/ietf/1id-abstracts.txt.
The list of Internet-Draft Shadow Directories can be accessed at The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html. http://www.ietf.org/shadow.html.
This Internet-Draft will expire on May 1, 2010. This Internet-Draft will expire on May 2, 2010.
Copyright Notice Copyright Notice
Copyright (c) 2009 IETF Trust and the persons identified as the Copyright (c) 2009 IETF Trust and the persons identified as the
document authors. All rights reserved. document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of (http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents publication of this document. Please review these documents
skipping to change at page 4, line 46 skipping to change at page 4, line 46
/// * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, /// * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
/// * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING /// * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
/// * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF /// * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
/// * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /// * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/// */ /// */
/// /* /// /*
/// * This code was derived from [RFC3530]. Please /// * This code was derived from [RFC3530]. Please
/// * reproduce this note if possible. /// * reproduce this note if possible.
/// * /// *
/// * This file was machine generated for /// * This file was machine generated for
/// * draft-ietf-nfsv4-minorversion1-PAv6 /// * draft-ietf-nfsv4-minorversion1-PAv7
/// * Last updated Wed Oct 28 16:37:32 PDT 2009 /// * Last updated Thu Oct 29 15:53:47 PDT 2009
/// */ /// */
/// /* /// /*
/// * nfs4_prot.x /// * nfs4_prot.x
/// */ /// */
/// ///
/// %#ifndef _AUTH_SYS_DEFINE_FOR_NFSv41 /// %#ifndef _AUTH_SYS_DEFINE_FOR_NFSv41
/// %#define _AUTH_SYS_DEFINE_FOR_NFSv41 /// %#define _AUTH_SYS_DEFINE_FOR_NFSv41
/// %#include <rpc/auth_sys.h> /// %#include <rpc/auth_sys.h>
/// %typedef struct authsys_parms authsys_parms; /// %typedef struct authsys_parms authsys_parms;
/// %#endif /* _AUTH_SYS_DEFINE_FOR_NFSv41 */ /// %#endif /* _AUTH_SYS_DEFINE_FOR_NFSv41 */
skipping to change at page 37, line 40 skipping to change at page 37, line 40
/// ///
/// ///
/// enum why_no_delegation4 { /* new to v4.1 */ /// enum why_no_delegation4 { /* new to v4.1 */
/// WND4_NOT_WANTED = 0, /// WND4_NOT_WANTED = 0,
/// WND4_CONTENTION = 1, /// WND4_CONTENTION = 1,
/// WND4_RESOURCE = 2, /// WND4_RESOURCE = 2,
/// WND4_NOT_SUPP_FTYPE = 3, /// WND4_NOT_SUPP_FTYPE = 3,
/// WND4_WRITE_DELEG_NOT_SUPP_FTYPE = 4, /// WND4_WRITE_DELEG_NOT_SUPP_FTYPE = 4,
/// WND4_NOT_SUPP_UPGRADE = 5, /// WND4_NOT_SUPP_UPGRADE = 5,
/// WND4_NOT_SUPP_DOWNGRADE = 6, /// WND4_NOT_SUPP_DOWNGRADE = 6,
/// WND4_CANCELED = 7, /// WND4_CANCELLED = 7,
/// WND4_IS_DIR = 8 /// WND4_IS_DIR = 8
/// }; /// };
/// ///
/// union open_none_delegation4 /* new to v4.1 */ /// union open_none_delegation4 /* new to v4.1 */
/// switch (why_no_delegation4 ond_why) { /// switch (why_no_delegation4 ond_why) {
/// case WND4_CONTENTION: /// case WND4_CONTENTION:
/// bool ond_server_will_push_deleg; /// bool ond_server_will_push_deleg;
/// case WND4_RESOURCE: /// case WND4_RESOURCE:
/// bool ond_server_will_signal_avail; /// bool ond_server_will_signal_avail;
/// default: /// default:
 End of changes. 5 change blocks. 
7 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.35. The latest version is available from http://tools.ietf.org/tools/rfcdiff/