diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-01 17:26:14 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-01 17:26:14 +0200 |
commit | d5f16404f93d54afddebb9fb683469fc712d2335 (patch) | |
tree | 2d9555d1426d29fe9f58cc016b1aebb30495a0b9 /plugins/omhdfs/omhdfs.c | |
parent | 670e81c9a8275a5509efd71dae66d9a267ec1574 (diff) | |
download | rsyslog-d5f16404f93d54afddebb9fb683469fc712d2335.tar.gz rsyslog-d5f16404f93d54afddebb9fb683469fc712d2335.tar.xz rsyslog-d5f16404f93d54afddebb9fb683469fc712d2335.zip |
omhdfs: added doc
Diffstat (limited to 'plugins/omhdfs/omhdfs.c')
-rw-r--r-- | plugins/omhdfs/omhdfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omhdfs/omhdfs.c b/plugins/omhdfs/omhdfs.c index 4fbf2ef4..42ed834f 100644 --- a/plugins/omhdfs/omhdfs.c +++ b/plugins/omhdfs/omhdfs.c @@ -1,5 +1,5 @@ /* omhdfs.c - * This is the implementation of the build-in file output module. + * This is an output module to support Hadoop's HDFS. * * NOTE: read comments in module-template.h to understand how this file * works! |