Function: tramp-get-connection-name
tramp-get-connection-name is a byte-compiled function defined in
tramp.el.gz.
Signature
(tramp-get-connection-name VEC)
Documentation
Get the connection name to be used for VEC.
In case a second asynchronous communication has been started, it is different from the default one.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-get-connection-name (vec)
"Get the connection name to be used for VEC.
In case a second asynchronous communication has been started, it is different
from the default one."
(or (tramp-get-connection-property vec "process-name")
(tramp-buffer-name vec)))