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

코어 요청 과정 간소화 #5

Merged
merged 2 commits into from
Feb 6, 2025
Merged

코어 요청 과정 간소화 #5

merged 2 commits into from
Feb 6, 2025

Conversation

onebone
Copy link
Contributor

@onebone onebone commented Feb 4, 2025

No description provided.

newTask := &WorkerCont.Task{
FunctionName: WorkerCont.CreateV,
TaskSpecific: workerControl,
task := WorkerCont.NewCreateVMTask(&vms.Core{IP: "127.0.0.1", Port: 8080}, param) // TODO: core assignment
Copy link
Contributor

Choose a reason for hiding this comment

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

어느 코어에 CreateVM 할 건지는 server.go에서 결정하시는 건가요?
server.go에서 Core 위치까지 정하면 역할이 모호해지지 않을까 생각되서요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

server.go에서 하려고 한 건 아니고 다른 브랜치에서 작업 중이라 하드코딩 해둔 거예요!

@onebone onebone merged commit d925819 into main Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants