Skip to content

Commit

Permalink
bsock: beautified comments
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Aug 16, 2018
1 parent ee1aaf5 commit c651a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/lib/bsock.h
Expand Up @@ -81,10 +81,10 @@ class DLL_IMP_EXP BareosSocket : public SmartAlloc {
}
BareosDaemonType local_daemon_type_;
BareosDaemonType remote_daemon_type_;
std::unique_ptr<Tls> tls_conn; /* Associated tls connection */
std::unique_ptr<Tls> tls_conn; /* Associated tls connection */

protected:
JobControlRecord *jcr_; /* JobControlRecord or NULL for error msgs */
JobControlRecord *jcr_; /* JobControlRecord or NULL for error msgs */
pthread_mutex_t mutex_; /* For locking if use_locking set */
char *who_; /* Name of daemon to which we are talking */
char *host_; /* Host name/IP */
Expand Down

0 comments on commit c651a24

Please sign in to comment.