mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 16:02:45 +02:00
[MAJOR] migrated task, tree64 and session to pool2
task and tree64 are already very close in size and are merged together. Overall performance gained slightly by this simple change.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
include/types/session.h
|
||||
This file defines everything related to sessions.
|
||||
|
||||
Copyright (C) 2000-2006 Willy Tarreau - w@1wt.eu
|
||||
Copyright (C) 2000-2007 Willy Tarreau - w@1wt.eu
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
@@ -123,10 +123,6 @@ struct session {
|
||||
};
|
||||
|
||||
|
||||
#define sizeof_session sizeof(struct session)
|
||||
extern void **pool_session;
|
||||
|
||||
|
||||
#endif /* _TYPES_SESSION_H */
|
||||
|
||||
/*
|
||||
|
||||
@@ -42,9 +42,6 @@ struct task {
|
||||
void *context; /* the task's context */
|
||||
};
|
||||
|
||||
#define sizeof_task sizeof(struct task)
|
||||
extern void **pool_task;
|
||||
|
||||
#endif /* _TYPES_TASK_H */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user