jnr.posix.SocketMacros Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-cql-shaded Show documentation
Show all versions of driver-cql-shaded Show documentation
A Shaded CQL ActivityType driver for http://nosqlbench.io/
package jnr.posix;
import jnr.ffi.Pointer;
/**
* @author Bob McWhirter
*/
public interface SocketMacros {
public int CMSG_SPACE(int l);
public int CMSG_LEN(int l);
public Pointer CMSG_DATA(Pointer cmsg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy