From 18069359141e79577f53782e320401788d18dfb5 Mon Sep 17 00:00:00 2001 From: velho Date: Thu, 18 Nov 2010 17:12:31 +0000 Subject: [PATCH] Add debug information. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8578 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simix/smx_network.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index d4c2bdbf3a..15039a14c7 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -185,6 +185,8 @@ void SIMIX_communication_destroy(smx_comm_t comm) comm->refcount--; if (comm->refcount > 0) return; + VERB2("Really free communication %p; refcount is now %d", comm, + comm->refcount); if (comm->sem) { SIMIX_sem_destroy(comm->sem); -- 2.20.1