From 89191acb4dea4fda07d66e5ffd3cda1df229e581 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 24 Apr 2008 14:26:09 +0100 Subject: [PATCH] adding some comment --- src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 5b1ca07..d6d5692 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,12 @@ +/** + * shuber, 2008-04-24 + * + * Little hack to let a process run only a specific amount of time. If process + * has not finished until that amount of time it is killed. + * + */ + + #include #include #include -- 2.30.2