Skip to content

Commit

Permalink
Merge #16
Browse files Browse the repository at this point in the history
16: Fix NV_ENCODE_XDR const r=jmesmon a=andoriyu



Co-authored-by: Andrey Cherkashin <[email protected]>
  • Loading branch information
bors[bot] and andoriyu committed Sep 11, 2020
2 parents 25438a7 + ff17255 commit c21e4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvpair-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub enum __va_list_tag {}
pub const NV_VERSION: ::std::os::raw::c_int = 0;

pub const NV_ENCODE_NATIVE: ::std::os::raw::c_int = 0;
pub const NV_ENCODE_XDR: ::std::os::raw::c_int = 0;
pub const NV_ENCODE_XDR: ::std::os::raw::c_int = 1;

pub const NV_UNIQUE_NAME: ::std::os::raw::c_uint = 1;
pub const NV_UNIQUE_NAME_TYPE: ::std::os::raw::c_uint = 2;
Expand Down

0 comments on commit c21e4d1

Please sign in to comment.