Hi All,
Inside test_daemon (like PPP daemon), I'm starting another program by
calling following code.
system("/system/bin/test_prog input1, input2&");
By doing this, test_prog starts well and it works but I do not know
how to kill the test_prog from this test_daemon.
Is there any simple way to kill test_prog inside test_daemon?
Or is there any better way to start/stop the program inside daemon?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel
-~----------~----~----~----~------~----~------~--~---