]> git.pond.sub.org Git - empserver/commit
Use country number as journal thread ID when possible
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 29 Jul 2008 11:32:36 +0000 (07:32 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 29 Jul 2008 11:32:36 +0000 (07:32 -0400)
commita87f73a3b575e660fa2f8cdb596251a8a36e1d1a
tree40d3eb35b90c27f3d675cf8fdf9691b676b90085
parent3afc1b1989050485ce906859d06ff44ae2e775d7
Use country number as journal thread ID when possible

Before, we used the value of empth_thread().  That can be mapped to
countries by tracking login and logout.  Easy for machines (except
when the journal is rotated while players are logged in), but tedious
for humans.

Quick version for Hvy Metal II.  Needs further work for the stock
code.
src/lib/subs/journal.c