Deleted Added
sdiff udiff text old ( 8232:b28d06a175be ) new ( 8648:974f0e4a9ff6 )
full compact
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * Copyright (c) 2008 The Hewlett-Packard Development Company
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 359 unchanged lines hidden (view full) ---

368 }
369
370 nextBin = nextBin->nextBin;
371 }
372
373 return true;
374}
375
376void
377dumpMainQueue()
378{
379 mainEventQueue.dump();
380}
381
382
383const char *

--- 41 unchanged lines hidden ---