Changeset 10627 for src/router/quagga/lib/thread.c
- Timestamp:
- 10/27/08 13:38:07 (5 years ago)
- File:
-
- 1 edited
-
src/router/quagga/lib/thread.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/quagga/lib/thread.c
r10334 r10627 229 229 230 230 static int 231 cpu_record_hash_cmp ( struct cpu_thread_history *a,232 struct cpu_thread_history *b)231 cpu_record_hash_cmp (const struct cpu_thread_history *a, 232 const struct cpu_thread_history *b) 233 233 { 234 234 return a->func == b->func; … … 418 418 cpu_record 419 419 = hash_create_size (1011, (unsigned int (*) (void *))cpu_record_hash_key, 420 (int (*) ( void *,void *))cpu_record_hash_cmp);420 (int (*) (const void *, const void *))cpu_record_hash_cmp); 421 421 422 422 return (struct thread_master *) XCALLOC (MTYPE_THREAD_MASTER,
Note: See TracChangeset
for help on using the changeset viewer.
