Logging: add timestamps for eventdriven IO
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 24 Apr 2012 10:32:51 +0000 (12:32 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 24 Apr 2012 10:32:51 +0000 (12:32 +0200)
commitb1493ab199a2cf39b919cb8d0536263ae1d280aa
treeb504a732fdf1fe499ca1101fc865110962f62d9a
parent536d754a8941976b3797a2775998ae7de89c19ec
Logging: add timestamps for eventdriven IO

  - add the ev_now() timestamp to the contexts (just for measuring that precision should be ok...)
  - output the time the DNS requests take
  - output the time the whole SMTP delivery aproach took
citadel/context.h
citadel/event_client.c
citadel/event_client.h
citadel/modules/c-ares-dns/serv_c-ares-dns.c
citadel/modules/eventclient/serv_eventclient.c
citadel/modules/smtp/serv_smtpeventclient.c