Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freebsdcpud #289

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Freebsdcpud #289

wants to merge 4 commits into from

Conversation

rminnich
Copy link
Member

No description provided.

Signed-off-by: Ronald G. Minnich <[email protected]>
Signed-off-by: Ronald G. Minnich <[email protected]>
Signed-off-by: Ronald G. Minnich <[email protected]>
}()

runtime.UnlockOSThread()
return nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see how this function can return an error. But is this more or less duplicate, I think it's fine.

}
// If we are here, no matter what they may set, *remote must be true.
// sadly, cpud -d -remote=true -remote=false ... works.
*remote = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no sure if I get this, but for me line 69 defines remote value, maybe we should not parse it at all? I mean remove remote = flag.Bool("remote", false, "indicates we are the remote side of the cpu session")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants