SPDX-License-Identifier: BSD-3-Clause
Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors.
Licensed under the BSD-3-Clause License (the "License").
You may not use this file except in compliance with the License.
type EventOptions struct {
Granularity time.Duration `long:"poll-granularity" short:"g" usage:"How often the machine store and state should polled (ms/s/m/h)"`
QuitTogether bool `long:"quit-together" short:"q" usage:"Exit event loop when machine exits"`
// contains filtered or unexported fields
}