Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually, do not initialize at all the buffer to build the logs in the log event...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Sep 2007 08:56:57 +0000 (08:56 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Sep 2007 08:56:57 +0000 (08:56 +0000)
commit6ce074f093df1251fa618c350f01453e7d2bcede
treec8db1f1459881dca38b99e9d9fa217975b3d2027
parentdd3049286b9fc1bff1b893b44311dff6191770da
Actually, do not initialize at all the buffer to build the logs in the log event. No need for this to be zeroed. So, we do a partial initialization of the whole log event, but we already did this before since the category field is to be initialized with a non-constant value, so we do so right after with an initialization so that old and picky compilers (sun8 cc, borland) shut their mouth up. Also reorder the fields to help aligning

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4149 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/xbt/log.h