First attempt at making module robust agains unloading when in use.

Sun May 15 11:56:30 2005  Søren Sandmann  <sandmann@redhat.com>

	* module/sysprof-module.c: First attempt at making module robust
	agains unloading when in use.
This commit is contained in:
Søren Sandmann
2005-05-15 15:57:33 +00:00
committed by Søren Sandmann Pedersen
parent 023c75d71a
commit 720e07109c
3 changed files with 58 additions and 8 deletions

4
TODO
View File

@ -1,4 +1,4 @@
Before 1.0:
Before 0.9
* Correctness
- When the module is unloaded, kill all processes blocking in read
@ -9,6 +9,8 @@ Before 1.0:
move them)
- Consider expanding a few more levels of a new descendants tree
Before 1.0:
* Build system
- Find out what distributions it actually works on
(ask for sucess/failure-stories in 0.9.x releases)