Changeset 0519a87 in code for icbd.h


Ignore:
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

Legend:

Unmodified
Added
Removed
  • icbd.h

    r8f5ba64 r0519a87  
    2020#define TCP_BACKLOG     5
    2121
     22#ifndef MIN
     23#define MIN(x, y)       ((x) < (y) ? (x) : (y))
     24#endif
     25
    2226#define EVBUFFER_FD(x)  (EVENT_FD(&(x)->ev_read))
    2327
Note: See TracChangeset for help on using the changeset viewer.