initialized globals

Frank Ch. Eigler fche@redhat.com
Wed Sep 6 15:18:00 GMT 2006


Hi -

The "global" declaration syntax now permits compact initialization of
variables.  This should be useful for tapsets that transcribe macro
values en masse:

  global MASK_1 = 1, MASK_2 = 2

It only accepts numeric or string literals on the right hand side.

- FChE



More information about the Systemtap mailing list