File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Brief
4
4
Linux process monitor implemented using [ Netlink] ( http://man7.org/linux/man-pages/man7/netlink.7.html ) mechanism.</br >
5
- This monitor allows gegistration of callbacks on Linux process events (exec, forc etc.).</br >
5
+ This monitor allows registration of callbacks on Linux process events (exec, forc etc.).</br >
6
6
7
7
8
8
## Permissions
@@ -35,3 +35,7 @@ Static library containig all process monitoring functionality. </br>
35
35
Executable that uses lib_process_monitor to log process events. </br >
36
36
This executable registers logger callback to the process events monitor</br >
37
37
and prints events to stdout.
38
+
39
+ ### TODOs
40
+
41
+ * Callback context should be released when callback is deleted. It should be shared_ptr
You can’t perform that action at this time.
0 commit comments