File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / rc.h
Revision 1.2.24.1: download - view: text, annotated - select for diffs - revision graph
Fri Aug 23 00:09:50 2013 UTC (10 years, 10 months ago) by misho
Branches: rpc6_1
Diff to: branchpoint 1.2: preferred, unified
add UT for big packets

    1: #ifndef __RC_H
    2: #define __RC_H
    3: 
    4: 
    5: #define RC_aaa	1
    6: #define RC_BBB	2
    7: #define RC_xYz	4
    8: #define RC_xxx	5
    9: #define RC_big	7
   10: 
   11: 
   12: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>