diff options
| author | songyanchao <[email protected]> | 2023-10-27 08:10:34 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-10-27 10:33:09 +0000 |
| commit | d0cbe729e375dceb7208967458492a9f31fab783 (patch) | |
| tree | bee409484638b8178b4d5ba90ff36cb303b32bc5 /include/internal | |
| parent | 571275a55ae917a847291b390604582416bc9382 (diff) | |
🎈 perf(DPISDN-23): Rename sid_ring_queue to sid_list and update associated functions
Rename sid_ring_queue to sid_list and update associated functions
Diffstat (limited to 'include/internal')
| -rw-r--r-- | include/internal/mrb_define.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/mrb_define.h b/include/internal/mrb_define.h index 445efaf..51b558f 100644 --- a/include/internal/mrb_define.h +++ b/include/internal/mrb_define.h @@ -36,7 +36,7 @@ struct mrb_metadata /* for sid forwarder */ uint16_t cur_sid; - struct sid_ring_queue sid_ring_queue; + struct sid_list sid_list; /* ingress, egress */ uint16_t port_ingress; |
