~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/filesys_xt.cc

  • Committer: Brian Aker
  • Date: 2010-05-03 20:01:36 UTC
  • mfrom: (1516.1.2 staging)
  • Revision ID: brian@gaz-20100503200136-8cbqn0m5hztqb9h8
Merge Paul's latest PBXT (includes version 1.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1281
1281
        return OK;
1282
1282
}
1283
1283
 
1284
 
static xtBool fs_rewrite_file(XTOpenFilePtr of, off_t offset, size_t size, void *data, XTIOStatsPtr stat, XTThreadPtr)
 
1284
static xtBool fs_rewrite_file(XTOpenFilePtr of, off_t offset, size_t size, void *data, XTIOStatsPtr stat, XTThreadPtr XT_UNUSED(thread))
1285
1285
{
1286
1286
#ifdef XT_TIME_DISK_WRITES
1287
1287
        xtWord8         s;
1977
1977
                }
1978
1978
                case XT_FT_HEAP: {
1979
1979
                        XTFileHeapPtr   fh = of->x.of_heap;
 
1980
 
1980
1981
                        thd_id = thread->t_id;
1981
1982
 
1982
1983
#ifdef XT_TIME_DISK_READS