]> git.itanic.dy.fi Git - scan-pagemap/blobdiff - parse.h
Show full process argument list instead only executable name
[scan-pagemap] / parse.h
diff --git a/parse.h b/parse.h
index a9f1369487d712455653129517a672c98c1f0522..f01fe8f22e68ac96e466fb7cd4adc9f849afc6d5 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Timo Kokkonen <kaapeli@itanic.dy.fi>
+ * Copyright (C) 2010 Timo Kokkonen <timo.t.kokkonen@iki.fi>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,8 +20,8 @@
 
 #include "pagemap.h"
 
-int scan_all_pids(struct pageframe *pf, struct process *process_list,
+int scan_all_pids(struct rb_root *root, struct process *process_list,
                struct parse_opts *opts);
-int update_kpageflags(struct pageframe *pf);
+int update_kpageflags(struct rb_root *root);
 
 #endif