~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/drizzle_protocol.h

Merge Andrew - First part of admin client blueprint. Add max-connections per-protocol 

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  { }
45
45
 
46
46
  ~ListenDrizzleProtocol();
47
 
 
48
47
  in_port_t getPort(void) const;
 
48
  static ProtocolCounters *drizzle_counters;
 
49
  virtual ProtocolCounters *getCounters(void) const { return drizzle_counters; }
49
50
};
50
51
 
51
52