Skip to content

Commit 68eb367

Browse files
authored
Update README.md
1 parent e97ecbb commit 68eb367

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Brief
44
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>
66

77

88
## Permissions
@@ -35,3 +35,7 @@ Static library containig all process monitoring functionality. </br>
3535
Executable that uses lib_process_monitor to log process events. </br>
3636
This executable registers logger callback to the process events monitor</br>
3737
and prints events to stdout.
38+
39+
### TODOs
40+
41+
* Callback context should be released when callback is deleted. It should be shared_ptr

0 commit comments

Comments
 (0)