Browse Source

GRA-408: func comment

Abhishek Kondur 3 years ago
parent
commit
68d0091c28
1 changed files with 1 additions and 0 deletions
  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()