]> sourceware.org Git - systemtap.git/commit
2005-10-26 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Wed, 26 Oct 2005 08:29:38 +0000 (08:29 +0000)
committerhunt <hunt>
Wed, 26 Oct 2005 08:29:38 +0000 (08:29 +0000)
commitaf5dd76bca996577262e447fd8bff1bd0df30db7
tree488419840e6841a1dcb022553cb33f6eccbbb3f5
parentd7c99876fec8867918d9f4f808edca985eb1fd67
2005-10-26  Martin Hunt  <hunt@redhat.com>

* map.c (_new_map_create, _new_map_del_node, _new_map_del_node,
_new_map_set_int64, _new_map_set_str,_new_map_get_int64,
_new_map_get_str, _new_map_get_stat, _new_map_set_stat):
New internal functions for the new API.

* map-int.c (__stp_map_set_int64): Modify to return an
error code.
* map-stat.c (_stp_map_add_stat): Ditto.
* map-str (_stp_map_set_str): Ditto.

* Doxyfile: Remove predefines NEED_STRING_VALS,
NEED_STATS, NEED_INT64.
* map-keys.c: Ditto.
* list.c (_stp_list_new): Ditto. Also set map->list.
* map-values.c: Ditto.
12 files changed:
runtime/ChangeLog
runtime/Doxyfile
runtime/list.c
runtime/map-gen.c [new file with mode: 0644]
runtime/map-int.c
runtime/map-keys.c
runtime/map-stat.c
runtime/map-str.c
runtime/map-values.c
runtime/map.c
runtime/map.doc
runtime/map.h
This page took 0.027335 seconds and 5 git commands to generate.