Publish our server startup time in our NodeObject.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5867 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -249,6 +249,7 @@ public abstract class PeerManager
|
||||
// create our node object
|
||||
_nodeobj = _omgr.registerObject(createNodeObject());
|
||||
_nodeobj.setNodeName(nodeName);
|
||||
_nodeobj.setBootStamp(System.currentTimeMillis());
|
||||
|
||||
// register ourselves with the node table
|
||||
_self = new NodeRecord(
|
||||
|
||||
Reference in New Issue
Block a user