summaryrefslogtreecommitdiff
path: root/Presence/UTmp.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-03-15 19:24:15 -0400
committerjoe <joe@jerkface.net>2014-03-15 19:24:15 -0400
commit0a4d745e1f08c7c7a89f8c79ffb90170c13d2c88 (patch)
tree5d514502b1def357bd3b62a959d5955482f202be /Presence/UTmp.hs
parent600a7f5a562357ea30c51ff52f2c2f950afe47f6 (diff)
notify remote peers of utmp presences
Diffstat (limited to 'Presence/UTmp.hs')
-rw-r--r--Presence/UTmp.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/UTmp.hs b/Presence/UTmp.hs
index 99d51205..2cfbdf38 100644
--- a/Presence/UTmp.hs
+++ b/Presence/UTmp.hs
@@ -28,6 +28,7 @@ import Data.Text ( Text )
28import Unsafe.Coerce ( unsafeCoerce ) 28import Unsafe.Coerce ( unsafeCoerce )
29import Network.Socket ( SockAddr(..) ) 29import Network.Socket ( SockAddr(..) )
30import qualified Data.Text.Encoding as Text 30import qualified Data.Text.Encoding as Text
31import SockAddr ()
31 32
32 33
33utmp_file = Paths.utmp -- "/var/run/utmp" 34utmp_file = Paths.utmp -- "/var/run/utmp"