casper-sys 0.1.2

FFI bindings for FreeBSD's libcasper
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

use libnv_sys::nvlist_t;

// These are defined as macros, so can't be autogenerated with bindgen.
pub const CASPER_SERVICE_STDIO: u64 = 0x1;
pub const CASPER_SERVICE_FD: u64 = 0x2;
pub const CASPER_SERVICE_NO_UNIQ_LIMITS: u64 = 0x4;

include!("ffi.rs");