diff options
author | Kali Kaneko <kali@leap.se> | 2013-09-19 15:49:30 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-09-20 16:00:37 -0400 |
commit | 51948a6d9ee78929b72b0affdbfce36e65e073c2 (patch) | |
tree | 4f00083c63d5fe59d220060031e343fb60b3c77f /changes | |
parent | 607d34e9d91b3dcbad756814d6710d18328d4a40 (diff) |
State Machine Builder and eip connection machine
This implements an abstract definition of a LEAP state machine,
and refactors eip connections to use it.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature_3900-eip-state-machine | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_3900-eip-state-machine b/changes/feature_3900-eip-state-machine new file mode 100644 index 00000000..63aad3d3 --- /dev/null +++ b/changes/feature_3900-eip-state-machine @@ -0,0 +1 @@ + o Refactors EIPConnection to use LEAPConnection state machine. Closes: #3900 |