aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client/transports.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/client/transports.h')
-rw-r--r--src/feature/client/transports.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/feature/client/transports.h b/src/feature/client/transports.h
index 1f6c10961d..71e7feea37 100644
--- a/src/feature/client/transports.h
+++ b/src/feature/client/transports.h
@@ -117,6 +117,9 @@ typedef struct {
/** Version as set by STATUS TYPE=version messages. */
char *version;
+ /** Implementation as set by the STATUS TYPE=version messages. */
+ char *implementation;
+
/* The 'transports' list contains all the transports this proxy has
launched. */
smartlist_t *transports;