]> sourceware.org Git - systemtap.git/commit
session.cxx: make string params const
authorJonathan Lebon <jlebon@redhat.com>
Fri, 26 Jul 2013 19:31:49 +0000 (15:31 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Fri, 26 Jul 2013 19:49:30 +0000 (15:49 -0400)
commiteada930eca89bf89a2d79564f749d5178d6cf532
treea2cd5de89f2b2c719ed8b9cb928b276c174bd47b
parent1e2efea5f912814feb179129dd5e655d7d5724ca
session.cxx: make string params const

And change colorize() to take in a token pointer rather than a ref. This
is more in line with other funcs that take in a token and also ensures
that we don't have undefined behaviour if we're called with a
dereferenced NULL pointer (which coverity complained about).
session.cxx
session.h
This page took 0.026518 seconds and 5 git commands to generate.