Sha256: b3a0c2d6f2832f922673550476bb4565bb640547a55bdc701660bc925a995ac4

Contents?: true

Size: 183 Bytes

Versions: 7

Compression:

Stored size: 183 Bytes

Contents

/* SPDX-License-Identifier: MIT */
#ifndef LIBURING_INT_FLAGS
#define LIBURING_INT_FLAGS

enum {
	INT_FLAG_REG_RING	= 1,
	INT_FLAG_REG_REG_RING	= 2,
	INT_FLAG_APP_MEM	= 4,
};

#endif

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
uringmachine-0.4 vendor/liburing/src/int_flags.h
uringmachine-0.3 vendor/liburing/src/int_flags.h
uringmachine-0.2 vendor/liburing/src/int_flags.h
uringmachine-0.1 vendor/liburing/src/int_flags.h
iou-0.2 vendor/liburing/src/int_flags.h
iou-0.1 vendor/liburing/src/int_flags.h
polyphony-1.6 vendor/liburing/src/int_flags.h