summaryrefslogtreecommitdiffstats
path: root/c_pgms/INFO
diff options
context:
space:
mode:
Diffstat (limited to 'c_pgms/INFO')
-rw-r--r--c_pgms/INFO6
1 files changed, 5 insertions, 1 deletions
diff --git a/c_pgms/INFO b/c_pgms/INFO
index b4dccf4..b755c79 100644
--- a/c_pgms/INFO
+++ b/c_pgms/INFO
@@ -12,4 +12,8 @@ c_pgms/inotify.c ---> program which monitors a directory and sends mail whenever
===============================================
c_pgms/trucate ---> programs which truncates a file based on both path as well as fd on a file. Can be enhanced in future to write some truncate based applications. Used to verify bug 3077.
-c_pgms/new-ps-perf(new-fs-perf.c) -----> fs-perf test program modified. Now the number of files to be opened can be given as an argument. Default value is 30000 \ No newline at end of file
+===============================================
+c_pgms/new-ps-perf(new-fs-perf.c) -----> fs-perf test program modified. Now the number of files to be opened can be given as an argument. Default value is 30000
+
+===============================================
+c_pgms/ping_pong.c (ping_pong.c) -------> ping_pong program modified. Now the time duration for which ping_pong should execute can be given as an argument. By default it executed for 600 seconds.