mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
*** empty log message ***
This commit is contained in:
21
sysprof-text.c
Normal file
21
sysprof-text.c
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Plan:
|
||||
*
|
||||
* blocking_read()
|
||||
*
|
||||
* select (fd);
|
||||
* if (readable)
|
||||
* read();
|
||||
*
|
||||
*
|
||||
* handle SIGUSR1
|
||||
* write spam to commandline given file
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user