adding some comment
authorStefan Huber <shuber2@gmail.com>
Thu, 24 Apr 2008 13:26:09 +0000 (14:26 +0100)
committerStefan Huber <shuber2@gmail.com>
Thu, 24 Apr 2008 13:26:09 +0000 (14:26 +0100)
src/main.cpp

index 5b1ca074fb3c2da93178d3357c09b53f9df382fd..d6d5692f9dd07d52960464f5541028fd49ced05d 100644 (file)
@@ -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 <stdlib.h>
 #include <stdio.h>
 #include <string.h>