mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Add copyright statement.
2005-11-04 Soren Sandmann <sandmann@redhat.com> * collector.[ch]: Add copyright statement. * collector.c (on_read): Handle time getting set backwards. * collector.c: Remove unused empty_filedescriptor() function.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
5bddcf4af9
commit
cf761a2a70
@ -149,7 +149,7 @@ create_process (const char *cmdline, int pid)
|
||||
p->maps = NULL;
|
||||
p->pid = pid;
|
||||
p->undefined.name = NULL;
|
||||
p->undefined.address = NULL;
|
||||
p->undefined.address = 0x00;
|
||||
|
||||
g_assert (!g_hash_table_lookup (processes_by_pid, GINT_TO_POINTER (pid)));
|
||||
g_assert (!g_hash_table_lookup (processes_by_cmdline, cmdline));
|
||||
|
||||
Reference in New Issue
Block a user