瀏覽代碼

dialog: add new flag for expired dialogs

mikomarrache 10 年之前
父節點
當前提交
216fc94cf3
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 */