summaryrefslogtreecommitdiff
path: root/Assistant/TransferQueue.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-18 18:42:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-18 18:42:41 -0400
commiteea0a3616cd1cbaf033649c11a5c2b650b6b632f (patch)
tree301720ffb8cef64907d798893ab5f53fc9bc904b /Assistant/TransferQueue.hs
parentf520a2c10359257ea6f920d26fe29831db8d07e3 (diff)
add thread id field to transferinfo
Also converted its timestand to posix seconds, like is used in the other log files.
Diffstat (limited to 'Assistant/TransferQueue.hs')
-rw-r--r--Assistant/TransferQueue.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/TransferQueue.hs b/Assistant/TransferQueue.hs
index 73e73ca0a..fb7fa87cd 100644
--- a/Assistant/TransferQueue.hs
+++ b/Assistant/TransferQueue.hs
@@ -24,6 +24,7 @@ stubInfo :: AssociatedFile -> TransferInfo
stubInfo f = TransferInfo
{ startedTime = Nothing
, transferPid = Nothing
+ , transferTid = Nothing
, transferRemote = Nothing
, bytesComplete = Nothing
, associatedFile = f