forked from facebook/wdt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring WDT code to remove reference global options and also intr…
…oducing thread context Summary: 1) Removing reference to WdtOptions::get 2) Putting all thread local information in ThreadCtx structure 3) Removing SocketUtils and moving all the code to WdtSocket Only fb progress reporter is now directly using FbWdtOptions::get(). Reviewed By: ldemailly Differential Revision: D2841825 fb-gh-sync-id: 9948b5b7e79ca7ffb263d7e392d72e5b05c33a21
- Loading branch information
Showing
54 changed files
with
980 additions
and
946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.