summaryrefslogtreecommitdiffstats
path: root/src/stateless/dp/trex_stream_node.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-30 15:33:27 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-30 15:33:27 +0200
commitaae096450194f4be650fb0f8f1be21f6d5874a30 (patch)
treebfa747680b5acb182785157f21b08d6ea7a96f83 /src/stateless/dp/trex_stream_node.h
parent2e51cea370c6c401453d77b23f552811a669d86a (diff)
another vm test
Diffstat (limited to 'src/stateless/dp/trex_stream_node.h')
-rw-r--r--src/stateless/dp/trex_stream_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stateless/dp/trex_stream_node.h b/src/stateless/dp/trex_stream_node.h
index 1ae8cbbc..fc7d7a44 100644
--- a/src/stateless/dp/trex_stream_node.h
+++ b/src/stateless/dp/trex_stream_node.h
@@ -289,7 +289,7 @@ public:
}
/* prefix header exits only in non cache mode size is 64/128/512 other are not possible right now */
- inline void alloc_prefix_header(uint8_t size){
+ inline void alloc_prefix_header(uint16_t size){
set_prefix_header_size(size);
m_original_packet_data_prefix = (uint8_t *)malloc(size);
assert(m_original_packet_data_prefix);