summaryrefslogtreecommitdiffstats
path: root/runtime/alloc.h
diff options
context:
space:
mode:
authorhunt <hunt>2005-03-22 18:36:50 +0000
committerhunt <hunt>2005-03-22 18:36:50 +0000
commite94cb46c2219da504a559d49eeda3e4134b96453 (patch)
tree8ace56077fbeef519ba8e4283d358f3c1053571c /runtime/alloc.h
parentb9c556e44326b40b2c927a0a5b5626332a8c9587 (diff)
downloadsystemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.tar.gz
systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.tar.xz
systemtap-steved-e94cb46c2219da504a559d49eeda3e4134b96453.zip
*** empty log message ***
Diffstat (limited to 'runtime/alloc.h')
-rw-r--r--runtime/alloc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/alloc.h b/runtime/alloc.h
index ce3bbb38..b6abc848 100644
--- a/runtime/alloc.h
+++ b/runtime/alloc.h
@@ -1,4 +1,8 @@
/* -*- linux-c -*- */
+/** @file alloc.h
+ * @brief Memory allocation functions.
+ * @todo Should really be alloc.c for consistency.
+ */
enum errorcode { ERR_NONE=0, ERR_NO_MEM };
enum errorcode _stp_error = ERR_NONE;