diff options
Diffstat (limited to 'internal/exec/tsch/module.go')
-rw-r--r-- | internal/exec/tsch/module.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/exec/tsch/module.go b/internal/exec/tsch/module.go index 6e379a7..33c0723 100644 --- a/internal/exec/tsch/module.go +++ b/internal/exec/tsch/module.go @@ -14,9 +14,8 @@ type Module struct { } type MethodRegisterConfig struct { - NoDelete bool - CallDelete bool - //TaskName string + NoDelete bool + CallDelete bool TaskPath string StartDelay time.Duration StopDelay time.Duration @@ -26,6 +25,7 @@ type MethodRegisterConfig struct { type MethodDemandConfig struct { NoDelete bool CallDelete bool + SessionId uint32 TaskName string TaskPath string StopDelay time.Duration |