aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-01-10 10:51:18 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-01-12 22:37:21 +0100
commit0f35467395910cc0bed2b40fdbbc91998f97ac41 (patch)
treed8e47590fd5ea8b30321dade3b94d2d64eeb6cc1 /sam.h
parente83a9d5d92896cfd6a4a9aa51f3879e47704e607 (diff)
downloadvis-0f35467395910cc0bed2b40fdbbc91998f97ac41.tar.gz
vis-0f35467395910cc0bed2b40fdbbc91998f97ac41.tar.xz
sam: implement parallel grouping behavior
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sam.h b/sam.h
index 717f5a4..0ea9c2f 100644
--- a/sam.h
+++ b/sam.h
@@ -16,6 +16,8 @@ enum SamError {
SAM_ERR_EXECUTE,
SAM_ERR_NEWLINE,
SAM_ERR_MARK,
+ SAM_ERR_CONFLICT,
+ SAM_ERR_WRITE_CONFLICT,
};
bool sam_init(Vis*);