blob: 4725a66d1217b759a019ddcdd3506f65bcff891c [file] [log] [blame]
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
/**
* Copyright (C) 2013 Regents of the University of California.
* See COPYING for copyright and distribution information.
*/
#ifndef NDN_MANAGEMENT_NFD_STATUS_HPP
#define NDN_MANAGEMENT_NFD_STATUS_HPP
#include "nfd-forwarder-status.hpp"
namespace ndn {
namespace nfd {
/** \deprecated use ForwarderStatus instead
*/
typedef ForwarderStatus Status;
} // namespace nfd
} // namespace ndn
#endif // NDN_MANAGEMENT_NFD_STATUS_HPP