Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
0519a87
in code for
icbd.h
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 18, 2015, 8:46:13 PM (
10 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
cb7c494
Parents:
8f5ba64
git-author:
Mike Belopuhov <mike@…> (01/18/15 16:05:42)
git-committer:
Mike Belopuhov <mike@…> (01/18/15 20:46:13)
Message:
param.h and MAXHOSTNAMELEN cleanup
File:
1 edited
icbd.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
icbd.h
r8f5ba64
r0519a87
20
20
#define TCP_BACKLOG 5
21
21
22
#ifndef MIN
23
#define MIN(x, y) ((x) < (y) ? (x) : (y))
24
#endif
25
22
26
#define EVBUFFER_FD(x) (EVENT_FD(&(x)->ev_read))
23
27
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive