All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.bechberger.ebpf.bpf.raw.cookie_io_functions_t Maven / Gradle / Ivy

The newest version!
// Generated by jextract

package me.bechberger.ebpf.bpf.raw;

import java.lang.invoke.*;
import java.lang.foreign.*;
import java.nio.ByteOrder;
import java.util.*;
import java.util.function.*;
import java.util.stream.*;

import static java.lang.foreign.ValueLayout.*;
import static java.lang.foreign.MemoryLayout.PathElement.*;

/**
 * {@snippet lang=c :
 * typedef struct _IO_cookie_io_functions_t {
 *     cookie_read_function_t *read;
 *     cookie_write_function_t *write;
 *     cookie_seek_function_t *seek;
 *     cookie_close_function_t *close;
 * } cookie_io_functions_t
 * }
 */
public class cookie_io_functions_t extends _IO_cookie_io_functions_t {

    cookie_io_functions_t() {
        // Should not be called directly
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy