Variable: tramp-current-connection

tramp-current-connection is a variable defined in tramp.el.gz.

Value

nil

Documentation

Last connection timestamp.

It is a cons cell of the actual tramp-file-name-structure, and the (optional) timestamp of last activity on this connection.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;;; Internal Variables:

;;;###tramp-autoload
(defvar tramp-current-connection nil
  "Last connection timestamp.
It is a cons cell of the actual `tramp-file-name-structure', and
the (optional) timestamp of last activity on this connection.")