Resurrect this function.

Sun Jan  8 03:22:22 2006  Soeren Sandmann  <sandmann@redhat.com>

	* process.c (process_flush_caches): Resurrect this function.

	* collector.c (collector_reset): Call it from here
This commit is contained in:
Soeren Sandmann
2006-01-08 08:22:47 +00:00
committed by Søren Sandmann Pedersen
parent 0559ad82e7
commit 5a8582b041
4 changed files with 49 additions and 1 deletions

View File

@ -59,6 +59,6 @@ const Symbol *process_lookup_symbol_with_filename (Process *process,
const char *filename,
gulong address);
const char * process_get_cmdline (Process *process);
void process_flush_caches (void);
#endif