~ubuntu-branches/debian/wheezy/firebird2.5/wheezy

« back to all changes in this revision

Viewing changes to src/jrd/event_proto.h

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2011-12-21 14:50:58 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20111221145058-onlmwnp09xhqfpub
Tags: 2.5.2~svn+53698.ds4-1
* Snapshot from Upstream's 2.5 branch, revision 53698
 + drop two patches included upstream
 + refresh the rest to apply cleanly
* pass buildflags directly to $(MAKE), drop default-optimization.patch
* move fbintl from -common to -server-common
 + -server-common: break/replace -common
* Fix typo in -superclassic description. Closes: #652140. Thanks to Daniel
  Hartwig

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        void init_shmem(sh_mem*, bool);
78
78
        void insert_tail(srq*, srq*);
79
79
        evnt* make_event(USHORT, const TEXT*, SLONG);
80
 
        void post_process(prb*);
 
80
        bool post_process(prb*);
81
81
        void probe_processes();
82
82
        void release_shmem();
83
83
        void remove_que(srq*);