Browse Source

dialog: add new flag for expired dialogs

mikomarrache 10 năm trước cách đây
mục cha
commit
216fc94cf3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      modules/dialog/dlg_hash.h

+ 1 - 0
modules/dialog/dlg_hash.h

@@ -67,6 +67,7 @@
 #define DLG_FLAG_DEL           (1<<8) /*!< delete this var */
 
 #define DLG_FLAG_TM            (1<<9) /*!< dialog is set in transaction */
+#define DLG_FLAG_EXPIRED       (1<<10)/*!< dialog is expired */
 
 /* internal flags stored in db */
 #define DLG_IFLAG_TIMEOUTBYE        (1<<0) /*!< send bye on time-out */