Skip to content

Commit

Permalink
Merge pull request #31 from hfstco/new-operator
Browse files Browse the repository at this point in the history
change new and old key of the cr_phase event to new_phase and old_phase
  • Loading branch information
gorryfair committed Apr 11, 2024
2 parents 8fb4520 + bf3682f commit d7142a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-tsvwg-careful-resume.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,8 @@ Examples of the transitions between phases are provided in <xref target="Example
<!--- <name>cr_phase</name> -->
<sourcecode type="cddl"><![CDATA[
RecoveryCarefulResumePhaseUpdated = {
? old: CarefulResumePhase,
new: CarefulResumePhase,
? old_phase: CarefulResumePhase,
new_phase: CarefulResumePhase,
state_data: CarefulResumeStateParameters,
? restored_data: CarefulResumeRestoredParameters,
? trigger:
Expand Down

0 comments on commit d7142a5

Please sign in to comment.