summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2010-01-27 19:38:15 +0100
committerJohn Kacur <jkacur@redhat.com>2010-01-27 19:38:15 +0100
commit29c4f544fb4028690320b3aa07434a54943f9d37 (patch)
treeda5bd042d60a92371df98b4762a1404fe79056a9
parent94839e793eb11742c4faf25b4e0fc62babe52f02 (diff)
downloadrt-tests-29c4f544fb4028690320b3aa07434a54943f9d37.tar.gz
rt-tests: Add header including copyright notice to rt_numa.h
Add a header which includes a copyright notice to rt_numa.h for cyclictest. Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/cyclictest/rt_numa.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cyclictest/rt_numa.h b/src/cyclictest/rt_numa.h
index a0ebe7f..14837ff 100644
--- a/src/cyclictest/rt_numa.h
+++ b/src/cyclictest/rt_numa.h
@@ -1,3 +1,16 @@
+/*
+ * A numa library for cyclictest.
+ * The functions here are designed to work whether cyclictest has been
+ * compiled with numa support or not, and whether the user uses the --numa
+ * option or not.
+ * They should also work correctly with older versions of the numactl lib
+ * such as the one found on RHEL5, or with the newer version 2 and above.
+ *
+ * (C) 2010 John Kacur <jkacur@redhat.com>
+ * (C) 2010 Clark Williams <williams@redhat.com>
+ *
+ */
+
#ifndef _RT_NUMA_H
#define _RT_NUMA_H