Proper handling of versions of the library

This commit is contained in:
Mohamed Boussaffa
2016-03-13 06:38:59 +08:00
parent d33acbe3c7
commit 4c5c87c1f3
6 changed files with 30 additions and 39 deletions

View File

@@ -37,7 +37,7 @@ typedef void(*NethogsMonitorCallback)(NethogsMonitorUpdate const*);
/**
* @brief Enter the process monitoring loop and reports updates using the
* callback provided as parameter.
* This call will block until nethogsmonitor_stop is called or a failure occurs.
* This call will block until nethogsmonitor_breakloop is called or a failure occurs.
* @param cb A pointer to a callback function following the NethogsMonitorCallback definition
*/