Skip to content

Commit

Permalink
encoding: add reliability Face management flag
Browse files Browse the repository at this point in the history
refs #4003

Change-Id: Ied674c9681947713d6cc9cc57982996a10dcbbd3
  • Loading branch information
eric135 authored and cawka committed Jul 13, 2017
1 parent 71ff231 commit 251e5f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/encoding/nfd-constants.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
/*
* Copyright (c) 2013-2017 Regents of the University of California.
*
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
Expand Down Expand Up @@ -68,6 +68,7 @@ operator<<(std::ostream& os, LinkType linkType);
*/
enum FaceFlagBit {
BIT_LOCAL_FIELDS_ENABLED = 0, ///< controls whether local fields are enabled on a face
BIT_LP_RELIABILITY_ENABLED = 1, ///< controls whether the link reliability feature is enabled on a face
};

/** \ingroup management
Expand Down

0 comments on commit 251e5f7

Please sign in to comment.