Skip to content

Commit

Permalink
Add TODO for future split single file binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent 5b71d21 commit 2e0b74b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions saidiscovery/saidiscovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ extern "C" {
#include <set>
#include <chrono>

// TODO split to multiple cpp

/**
* @def MAX_ELEMENTS
*
Expand Down
2 changes: 2 additions & 0 deletions saidump/saidump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ extern "C" {

#include <getopt.h>

// TODO split to multiple cpp

using namespace swss;

struct CmdOptions
Expand Down
2 changes: 2 additions & 0 deletions saisdkdump/saisdkdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ extern "C" {
#include <sai.h>
}

// TODO split to multiple cpp

std::string sai_profile = "/tmp/sai.profile";

void print_usage()
Expand Down

0 comments on commit 2e0b74b

Please sign in to comment.