Browse Source

wbuf can log a fileid

git-svn-id: file:///svn/tokudb@460 c7de825b-a66e-492c-adef-691d508d4ae1
pull/73/head
Bradley C. Kuszmaul 18 years ago
parent
commit
88f31dfa36
  1. 4
      newbrt/wbuf.h

4
newbrt/wbuf.h

@ -69,4 +69,8 @@ static inline void wbuf_txnid (struct wbuf *w, TXNID tid) {
wbuf_ulonglong(w, tid);
}
static inline void wbuf_fileid (struct wbuf *w, unsigned long long fileid) {
wbuf_ulonglong(w, fileid);
}
#endif
Loading…
Cancel
Save