Browse Source

usrloc: fixed wrong comments related to the flags fields in ucontact_t

Daniel-Constantin Mierla 5 năm trước cách đây
mục cha
commit
f47700bb55
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/modules/usrloc/usrloc.h

+ 2 - 2
src/modules/usrloc/usrloc.h

@@ -82,8 +82,8 @@ typedef struct ucontact {
 	str callid;             /*!< Call-ID header field of registration */
 	int cseq;               /*!< CSeq value */
 	cstate_t state;         /*!< State of the contact (\ref cstate) */
-	unsigned int flags;     /*!< Various flags (NAT, ping type, etc) */
-	unsigned int cflags;    /*!< Custom contact flags (from script) */
+	unsigned int flags;     /*!< Various internal flags (sync, etc) */
+	unsigned int cflags;    /*!< Custom contact flags (from script - bflags) */
 	str user_agent;         /*!< User-Agent header field */
 	str uniq;               /*!< Uniq header field */
 	struct socket_info *sock; /*!< received socket */