diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-16 11:54:37 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-18 09:17:51 +0100 |
| commit | 2649114619f2c83ca9beb0e122445b1820cc1646 (patch) | |
| tree | eacfa2e6e79df04b19fc386f7669b27178a9208a /executor/executor_bsd.h | |
| parent | a32dae5902fec8911336f5fc7d1e8b2292589fde (diff) | |
pkg/mgrconfig: move Subsystem from pkg/cover
mgrconfig used to be "leaf" package that can be imported by anything.
Recently it started importing pkg/cover for Subsystem definition.
It leads to the following import cycle if I try to import
pkg/host from pkg/cover:
package github.com/google/syzkaller/pkg/bisect
imports github.com/google/syzkaller/pkg/build
imports github.com/google/syzkaller/pkg/mgrconfig
imports github.com/google/syzkaller/pkg/cover
imports github.com/google/syzkaller/pkg/host
imports github.com/google/syzkaller/pkg/csource
imports github.com/google/syzkaller/pkg/mgrconfig:
import cycle not allowed
Move Subsystem into pkg/mgrconfig itself.
Diffstat (limited to 'executor/executor_bsd.h')
0 files changed, 0 insertions, 0 deletions
