Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MapUpdateFlags

Flags for set operation on a map

Index

Enumeration members

Enumeration members

ANY = 0

create new element or update existing

EXIST = 2

update existing element

F_LOCK = 4

spin_lock-ed operation (since Linux 5.1)

NOEXIST = 1

create new element if it didn't exist

Generated using TypeDoc