summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-10-10 18:01:19 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-10-10 18:01:19 +0200 |
commit | 0ba5f0743083e88c7edb9bfa4a5093b3aef30157 (patch) | |
tree | 89852054b4e13ff29245d6808ebd2d0af45ad4c1 /src/shared | |
parent | ab4bcc69e713c9cc8d6d5577cc2d85e5f36eb26a (diff) |
...
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/struct/shr_condition.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/struct/shr_condition.erl b/src/shared/struct/shr_condition.erl index 6d75167..13c3426 100644 --- a/src/shared/struct/shr_condition.erl +++ b/src/shared/struct/shr_condition.erl @@ -5,6 +5,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -type id() :: ataxia_id:type(). -type trigger() :: atom(). +-type context(ReadOnly, Volatile) :: {trigger(), ReadOnly, Volatile}. -record ( @@ -20,7 +21,7 @@ -opaque type() :: #condition{}. --export_type([id/0, type/0, trigger/0]). +-export_type([id/0, type/0, trigger/0, context/2]). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |