Changeset 686:f83d9878bf66 in freeDiameter for libfdcore/queues.c
- Timestamp:
- Jan 19, 2011, 2:35:14 PM (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfdcore/queues.c
r662 r686 60 60 61 61 /* Note : the threads that post into this queue should already been stopped before this !!! */ 62 63 CHECK_PARAMS(queue); 64 if (*queue == NULL) 65 return 0; /* the queue was not already initialized */ 62 66 63 67 /* Empty all contents */
Note: See TracChangeset
for help on using the changeset viewer.