aboutgitcodelistschat:MatrixIRC
path: root/gluten.h
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-01-26 16:02:04 +0100
committerAlice Frosi <afrosi@redhat.com>2023-02-15 13:10:01 +0100
commita7f83ff7c7052191abc77323e4b5f146583d3bd0 (patch)
tree2ebd35ed823e08605fb7d3616c080a28b4796194 /gluten.h
parent6f915b4104313b62061a0aba085e92d2121bc17d (diff)
downloadseitan-a7f83ff7c7052191abc77323e4b5f146583d3bd0.tar
seitan-a7f83ff7c7052191abc77323e4b5f146583d3bd0.tar.gz
seitan-a7f83ff7c7052191abc77323e4b5f146583d3bd0.tar.bz2
seitan-a7f83ff7c7052191abc77323e4b5f146583d3bd0.tar.lz
seitan-a7f83ff7c7052191abc77323e4b5f146583d3bd0.tar.xz
seitan-a7f83ff7c7052191abc77323e4b5f146583d3bd0.tar.zst
seitan-a7f83ff7c7052191abc77323e4b5f146583d3bd0.zip
seitan: add return action
The return action return a value to the target. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Diffstat (limited to 'gluten.h')
-rw-r--r--gluten.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gluten.h b/gluten.h
index b20cab6..85254e9 100644
--- a/gluten.h
+++ b/gluten.h
@@ -49,6 +49,7 @@ enum action_type {
A_CONT,
A_INJECT,
A_INJECT_A,
+ A_RETURN,
};
struct act_call {