summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 413c65f1..8e450e48 100644
--- a/staptree.h
+++ b/staptree.h
@@ -1,5 +1,6 @@
// -*- C++ -*-
// Copyright (C) 2005, 2006 Red Hat Inc.
+// Copyright (C) 2006 Intel Corporation.
//
// This file is part of systemtap, and is free software. You can
// redistribute it and/or modify it under the terms of the GNU General
@@ -394,6 +395,7 @@ struct vardecl: public symboldecl
bool compatible_arity (int a);
int arity; // -1: unknown; 0: scalar; >0: array
std::vector<exp_type> index_types; // for arrays only
+ literal *init; // for global scalars only
};