Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftypes.c ftypes.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sat, 3 Jul 2004 19:28:12 -0500 (CDT)
guy         2004/07/03 19:28:12 CDT

  Modified files:
    epan/ftypes          ftypes.c ftypes.h 
  Log:
  Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of the
  object being allocated, rather than the name of the free list, as an
  argument (with the name of the free list constructed from the name of
  the type), and add macros to define and declare the free list, also
  taking the type of the object being allocated.
  
  Revision  Changes    Path
  1.25      +3 -3      ethereal/epan/ftypes/ftypes.c
  1.34      +3 -3      ethereal/epan/ftypes/ftypes.h