status-1.txt

来自「distcc编译器的源代码.好像是readhat公司开发的.」· 文本 代码 · 共 65 行

TXT
65
字号
description of distcc status indicators, version 1Copyright (C) 2003 by Martin Poolpurpose-------This file describes a mooted design for a mechanism for distcc toindicate its status for the benefit of a separate display program.This is an external protocol so that there can be differentimplementations of status monitors to suit different purposes.  The protocol is supposed to stay stable for some time to allow peopleto write their own monitors.interface---------The programming interface to this is through the functions inmon.c/mon.h.  Monitor applications should not access the filesdirectly.state-----The state of a compiler process is described in a few variables  cpid     Process ID of the client  state    String describing its progress in compilation  file     Short source filename  host     Host definition being usedFile or host may be empty strings if they are not yet known.states------The following states are defined.  The list may change in laterreleases.In 2.6 the client progresses through these states in order, althoughnot all states may be reached by any particular process.   Startup       Examining command line, host definition and other                 settings, and finding a host to use.    Starved       Waiting because all defined hosts are completely busy.    Connect       Opening a TCP or SSH connection to the host and sending                  the first part of the request.                  Preprocessor  Waiting for the preprocessor to complete.   Send          Sending the preprocessed source.   Compile       Waiting for a local or remote compiler to complete.   Receive       Receiving compilation results.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?