Skip to content

Commit

Permalink
wrap gtid in Ticket on the write path for fbobj create
Browse files Browse the repository at this point in the history
Summary: Use Ticket to wrap the gtid in the CacheClient layer so as not to leak implementation detail.

Differential Revision: D4902785

fbshipit-source-id: 039332ad878f578df5e92b208ae1a845c53b48dc
  • Loading branch information
shixiao authored and hhvm-bot committed Apr 21, 2017
1 parent 5e9fbf8 commit e69fa1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hphp/runtime/ext/fb/VariantController.h
Expand Up @@ -17,10 +17,11 @@
#ifndef VARIANTCONTROLLER_H
#define VARIANTCONTROLLER_H

#include <algorithm>
#include "hphp/runtime/base/array-init.h"
#include "hphp/runtime/base/array-iterator.h"
#include "hphp/runtime/ext/extension.h"
#include <algorithm>
#include "hphp/runtime/ext/fb/FBSerialize/FBSerialize.h"

namespace HPHP {

Expand Down

0 comments on commit e69fa1b

Please sign in to comment.