aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libq/atom.h')
-rw-r--r--libq/atom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libq/atom.h b/libq/atom.h
index 51ea88e..b24783d 100644
--- a/libq/atom.h
+++ b/libq/atom.h
@@ -19,7 +19,7 @@ extern const char * const atom_suffixes_str[];
typedef enum {
/* */ ATOM_SD_NONE = 0,
/* = */ ATOM_SD_ANY_REBUILD,
- /* * */ ATOM_SD_ANY_IGNORE
+ /* * */ ATOM_SD_ANY_IGNORE,
} atom_slotdep;
extern const char * const atom_slotdep_str[];
@@ -38,6 +38,7 @@ typedef enum {
/* */ ATOM_BL_NONE = 0,
/* ! */ ATOM_BL_BLOCK,
/* !! */ ATOM_BL_BLOCK_HARD,
+ /* ^ */ ATOM_BL_ANTISLOT,
} atom_blocker;
extern const char * const atom_blocker_str[];