X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FIPAddressV4.h;h=7355648227ba0d6efc8c07ae21a5ccd141abe3da;hb=668192ca7476ebc5a858056ca9598a3fc2eb2240;hp=9c66afb64f18d522c69e09456cf2e45145cab3ec;hpb=e401a93c31c351a48a21dae97fcd7c3b07d7790c;p=folly.git diff --git a/folly/IPAddressV4.h b/folly/IPAddressV4.h index 9c66afb6..73556482 100644 --- a/folly/IPAddressV4.h +++ b/folly/IPAddressV4.h @@ -1,5 +1,5 @@ /* - * Copyright 2014 Facebook, Inc. + * Copyright 2015 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -139,6 +139,9 @@ class IPAddressV4 : boost::totally_ordered { // @see IPAddress#isLoopback bool isLoopback() const; + // @see IPAddress#isLinkLocal + bool isLinkLocal() const; + // @see IPAddress#isNonroutable bool isNonroutable() const;