Return ssize_t instead of int.

Sun Nov 18 13:23:39 2007  Søren Sandmann  <sandmann@redhat.com>

        * module/sysprof-module.c (sysprof_read): Return ssize_t instead
        of int.

        * module/sysprof-module.c (heuristic_trace): Beginning of
        heuristic user stack scanning.



svn path=/trunk/; revision=391
This commit is contained in:
Søren Sandmann
2007-11-18 18:29:34 +00:00
committed by Søren Sandmann Pedersen
parent f7a138fa15
commit a68837a3ad
2 changed files with 48 additions and 20 deletions

View File

@ -1,3 +1,11 @@
Sun Nov 18 13:23:39 2007 Søren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c (sysprof_read): Return ssize_t instead
of int.
* module/sysprof-module.c (heuristic_trace): Beginning of
heuristic user stack scanning.
2007-11-17 Soren Sandmann <sandmann@daimi.au.dk>
* collector.c (collector_create_profile): Don't collect traces here.