Issues.00438 - lordmundi/wikidoctest GitHub Wiki
00438: new DCOMM tcl command to report connection status to manager
Summary: new DCOMM tcl command to report connection status to manager
Created: 2012–10–02 11:35
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
it would be very useful if there were a tcl command to the dcomm plugin that reported whether or not the dcomm client is currently connected to a manager or not.
Comments
frankie October 12, 2012, at 01:58 PM: This has been implemented using an existing command. The "client connect time" value returned by DCOMM now will truly return the time the client has been connected, and will return "-1" if the client is not connected. The tcl syntax is:
doug.plugin dcomm get_client_connect_time
Associated Commits
| commit | 3178ecb66e66ecfd56a1d9d071f4bfcf27b6c365
link5 |
||
| Author: | Frankie
|
| Date: | Fri Oct 12 14:04:49 2012 -0500
|
| Message: | [@Issue 00438: DCOMM update to have client_connect_time return −1 when not
connected @] |
Affected Files:
plugin_Darwin/dsp_dcomm_tc.so | Bin 224672 -> 229056 bytes
plugin_Linux_FC3/dsp_dcomm_tc.so | Bin 66478 -> 65468 bytes
plugin_Win32/dsp_dcomm_tc.dll | Bin 1007772 -> 1008284 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | 568cc31fcfcaac4d15e3c1404ba5c3a9a3eb93e7
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Oct 12 14:01:37 2012 -0500
|
| Message: | [@Issue 00438: Updating client_connect_time to be −1 if client is not connected
@] |
Affected Files:
src/plugins/dsp_dcomm_tc.c | 7 +++++±
1 file changed, 6 insertions(+), 1 deletion(-)