X-Git-Url: https://git.llucax.com/z.facultad/75.74/practicos.git/blobdiff_plain/7828c6c0b187380533043866d4af45232e7140a8..918a7b42017533f6f18edc8735d6d82a5494f055:/practicas/pipi/src/dev.cpp diff --git a/practicas/pipi/src/dev.cpp b/practicas/pipi/src/dev.cpp index d9465a6..57e1d3d 100644 --- a/practicas/pipi/src/dev.cpp +++ b/practicas/pipi/src/dev.cpp @@ -16,7 +16,7 @@ struct Frame char frame[1]; }; -Dev::Dev(mac_type mac, size_t mtu, key_t key) +Dev::Dev(mac_type mac, key_t key, size_t mtu) throw (std::runtime_error, std::logic_error): mac(mac), mtu(mtu) {