coord.xrls
来自「xorp源码hg」· XRLS 代码 · 共 57 行
XRLS
57 行
/* * Copyright (c) 2001-2007 International Computer Science Institute * See LICENSE file for licensing, conditions, and warranties on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'tgt-gen'. * * $XORP: xorp/xrl/targets/coord.xrls,v 1.14 2007/02/16 22:47:49 pavlin Exp $ *//** * Get name of Xrl Target */finder://coord/common/0.1/get_target_name->name:txt/** * Get version string from Xrl Target */finder://coord/common/0.1/get_version->version:txt/** * Get status of Xrl Target */finder://coord/common/0.1/get_status->status:u32&reason:txt/** * Request clean shutdown of Xrl Target */finder://coord/common/0.1/shutdown/** * Command to be executed by the coordinating process. * * @param command to be sent to the coordinator. */finder://coord/coord/0.1/command?command:txt/** * Status, show the state of this peer. */finder://coord/coord/0.1/status?peer:txt->status:txt/** * If there are still any outstanding commands pending will return true. Can * be used to poll the coordinating process to verify that the previous * command has completed. */finder://coord/coord/0.1/pending->pending:boolfinder://coord/datain/0.1/receive?peer:txt&genid:u32&status:bool&secs:u32µ:u32&data:binaryfinder://coord/datain/0.1/error?peer:txt&genid:u32&reason:txtfinder://coord/datain/0.1/closed?peer:txt&genid:u32
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?