summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-28 12:13:19 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-28 12:13:19 +0200
commit01a8807174d91a7936345d1172a87f98bbba61c4 (patch)
tree401ca751894f1369cbd638d2ea348623511ea6ab /runtime
parentd748c68c09ae7d4f8c22c4245e5509019c59511c (diff)
downloadrsyslog-01a8807174d91a7936345d1172a87f98bbba61c4.tar.gz
rsyslog-01a8807174d91a7936345d1172a87f98bbba61c4.tar.xz
rsyslog-01a8807174d91a7936345d1172a87f98bbba61c4.zip
imuxsock: changed to per-pid ratelimiting
Diffstat (limited to 'runtime')
-rw-r--r--runtime/hashtable/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/hashtable/README b/runtime/hashtable/README
new file mode 100644
index 00000000..5cadde0c
--- /dev/null
+++ b/runtime/hashtable/README
@@ -0,0 +1,11 @@
+This is the hashtable code provided by
+Christopher Clark <firstname.lastname@cl.cam.ac.uk>
+available at http://www.cl.cam.ac.uk/~cwc22/hashtable/
+
+It may be slightly modified. The plan is to streamline
+the code based on our needs and "really" integrate it into
+the rsyslog runtime library. For the time being, we use it from
+inside this subdirectory. We do not need all files, but I thought
+I keep them together in case we later need something else.
+
+rgerhards, 2010-09-28