Skip to content

Commit

Permalink
pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
trevleon committed May 9, 2024
1 parent 3204708 commit 1494c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/localscheduler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var globalSchedulerClient pb.GlobalSchedulerClient
var localNodeID uint32
var cfg config.Config
var cfg *config.Config
func main() {
cfg = config.GetConfig() // Load configuration
address := ":" + strconv.Itoa(cfg.Ports.LocalScheduler) // Prepare the network address
Expand Down

0 comments on commit 1494c1c

Please sign in to comment.