Ver código fonte

GRA-408: func comment

Abhishek Kondur 3 anos atrás
pai
commit
8ba6e5d2d8
1 arquivos alterados com 1 adições e 0 exclusões
  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()