Update exercises basic_tunnel and calc (#76)

This commit is contained in:
alex1230608
2017-11-03 16:42:14 -05:00
committed by Robert Soule
parent 786ceecf07
commit dcc8744592
5 changed files with 6 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ parser MyParser(packet_in packet,
************ C H E C K S U M V E R I F I C A T I O N *************
*************************************************************************/
control MyVerifyChecksum(in headers hdr, inout metadata meta) {
control MyVerifyChecksum(inout headers hdr, inout metadata meta) {
apply { }
}