소스 검색

GRA-408: func comment

Abhishek Kondur 3 년 전
부모
커밋
8ba6e5d2d8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      netclient/ncutils/netclientutils.go

+ 1 - 0
netclient/ncutils/netclientutils.go

@@ -594,6 +594,7 @@ func ModPort(node *models.Node) error {
 	return err
 }
 
+// CheckIfDaemonExists - checks if netclient daemon is up and running
 func CheckIfDaemonExists() bool {
 	daemonExists := false
 	pid, err := ReadPID()