Skip to content
Snippets Groups Projects
Unverified Commit 59d05d61 authored by Jake Drahos's avatar Jake Drahos
Browse files

Added a note about monitoring PID constants

parent e6c16387
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,10 @@ int monitor(struct backend_conn * conn) {
}
/* TODO: Get PID constants and status */
/* It might be a good idea to only read the pid constants
* every few seconds, so count iterations and only do it if
* this is every (rate * 2 or 3) pass through the loop
*/
/* Print stuff on screen */
/* Assuming a tab width of 8 columns */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment