Ticket #8808: handler_tracking.ipp.patch

File handler_tracking.ipp.patch, 779 bytes (added by Jackarain <jack.wgm@…>, 9 years ago)
  • boost/asio/detail/impl/handler_tracking.ipp

     
    158158#else // defined(BOOST_ASIO_WINDOWS)
    159159      "@asio|%llu.%06llu|>%llu|\n",
    160160#endif // defined(BOOST_ASIO_WINDOWS)
    161       timestamp.seconds, timestamp.microseconds);
     161      timestamp.seconds, timestamp.microseconds, id_);
    162162
    163163  invoked_ = true;
    164164}
     
    244244#else // defined(BOOST_ASIO_WINDOWS)
    245245        "@asio|%llu.%06llu|<%llu|\n",
    246246#endif // defined(BOOST_ASIO_WINDOWS)
    247         timestamp.seconds, timestamp.microseconds);
     247        timestamp.seconds, timestamp.microseconds, id_);
    248248
    249249    id_ = 0;
    250250  }