Skip to content

Commit

Permalink
Changing all references of actor to state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Zhou committed Aug 19, 2024
1 parent fa30b79 commit 6ab6f92
Show file tree
Hide file tree
Showing 65 changed files with 894 additions and 1,027 deletions.

This file was deleted.

158 changes: 0 additions & 158 deletions Src/PChecker/CheckerCore/Actors/IActorRuntime.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Src/PChecker/CheckerCore/CheckerConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public int MaxSchedulingSteps
/// This is the AssemblyQualifiedName of the type to load.
/// </summary>
[DataMember]
public string CustomActorRuntimeLogType;
public string CustomStateMachineRuntimeLogType;

/// <summary>
/// Enables debugging.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using PChecker.Actors.Events;
using PChecker.StateMachines.Events;

namespace PChecker.Coverage
{
Expand Down
Loading

0 comments on commit 6ab6f92

Please sign in to comment.