]> sourceware.org Git - systemtap.git/commit
PR15044: change _stp_text_str() from void to int and clean up tapset
authorJonathan Lebon <jlebon@redhat.com>
Fri, 31 May 2013 18:38:02 +0000 (14:38 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 5 Jun 2013 20:57:28 +0000 (16:57 -0400)
commit14138e5ab151c16b73538e5422182f94aafd2c22
tree049d7a934173f8924126b36b7646b3fc52ea6e18
parent302c07c85de1ebff1dab65f4a7009de59a965bd9
PR15044: change _stp_text_str() from void to int and clean up tapset

The tapset functions user_string_quoted() and user_string_n_quoted()
now no longer return "NULL" and _stp_text_str() in stp_string.c no
longer returns "<unknown>". Instead, _stp_text_str() was changed to
return an int which the tapset checks for to detect an error.
runtime/stp_string.c
runtime/stp_string.h
tapset/uconversions.stp
This page took 0.027148 seconds and 5 git commands to generate.