📄 status-1.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -