Skip to content

Commit

Permalink
Update zetaclient/outboundprocessor/outbound_processor_manager.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
lumtis and ws4charlie authored May 20, 2024
1 parent de35f15 commit 524e9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/outboundprocessor/outbound_processor_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewProcessor(logger zerolog.Logger) *Processor {
}
}

func (outboundManager *Processor) StartTryProcess(outboundID string) {
func (processor *Processor) StartTryProcess(outboundID string) {
outboundManager.mu.Lock()
defer outboundManager.mu.Unlock()
outboundManager.outboundStartTime[outboundID] = time.Now()
Expand Down

0 comments on commit 524e9f9

Please sign in to comment.