Skip to content
Snippets Groups Projects
Commit 49027a4c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix comment header for putstats() - copy/pasted from getstats()

parent 5518bddb
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ bool fwrite_dstats(FILE* fp, const stats_t* stats) ...@@ -226,7 +226,7 @@ bool fwrite_dstats(FILE* fp, const stats_t* stats)
} }
/****************************************************************************/ /****************************************************************************/
/* If node is zero, reads from ctrl/dsts.ini, otherwise from each node */ /* If node is zero, writes to ctrl/dsts.ini, otherwise each node's dsts.ini */
/****************************************************************************/ /****************************************************************************/
bool putstats(scfg_t* cfg, uint node, const stats_t* stats) bool putstats(scfg_t* cfg, uint node, const stats_t* stats)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment