Forráskód Böngészése

GRA-408: func comment

Abhishek Kondur 3 éve
szülő
commit
68d0091c28
1 módosított fájl, 1 hozzáadás és 0 törlés
  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
 	return err
 }
 }
 
 
+// CheckIfDaemonExists - checks if netclient daemon is up and running
 func CheckIfDaemonExists() bool {
 func CheckIfDaemonExists() bool {
 	daemonExists := false
 	daemonExists := false
 	pid, err := ReadPID()
 	pid, err := ReadPID()