Parcourir la source

GRA-408: func comment

Abhishek Kondur il y a 3 ans
Parent
commit
8ba6e5d2d8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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()