summaryrefslogtreecommitdiff
path: root/phpdbg_bp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_bp.h')
-rw-r--r--phpdbg_bp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg_bp.h b/phpdbg_bp.h
index f23904f412..661962c45f 100644
--- a/phpdbg_bp.h
+++ b/phpdbg_bp.h
@@ -64,6 +64,7 @@ typedef struct _phpdbg_breakline_t {
* Breakpoint opcode based representation
*/
typedef struct _phpdbg_breakop_t {
+ zend_ulong hash;
const char *name;
int id;
} phpdbg_breakop_t;