Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny authored and ry committed Oct 7, 2011
1 parent 1c72aeb commit 5ac0400
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions include/uv.h
Expand Up @@ -1063,7 +1063,11 @@ struct uv_fs_event_s {
};


/* Gets load avg */
/*
* Gets load avg
* See: http://en.wikipedia.org/wiki/Load_(computing)
* (Returns [0,0,0] for windows and cygwin)
*/
void uv_loadavg(double avg[3]);

/*
Expand All @@ -1087,7 +1091,7 @@ int uv_ip6_name(struct sockaddr_in6* src, char* dst, size_t size);
/* Gets the executable path */
int uv_exepath(char* buffer, size_t* size);

/* Memory info */
/* Gets memory info in bytes */
double uv_get_free_memory(void);
double uv_get_total_memory(void);

Expand Down

0 comments on commit 5ac0400

Please sign in to comment.