Changeset 3565
- Timestamp:
- Oct 26, 2007, 12:57:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/ipcparse.h
r3426 r3565 80 80 }; 81 81 82 /* If you add or delete a constant here then you need to renumber the 83 ones after it. They need to be in ascending order starting at zero, 84 with no gaps. */ 82 85 #define IPC_INF_COMMENT ( 1 << 0 ) 83 86 #define IPC_INF_CREATOR ( 1 << 1 ) … … 89 92 #define IPC_INF_PATH ( 1 << 7 ) 90 93 #define IPC_INF_PRIVATE ( 1 << 8 ) 91 #define IPC_INF_SIZE ( 1 << 10)92 #define IPC_INF_TRACKERS ( 1 << 1 1)93 #define IPC_INF__MAX ( 1 << 1 2)94 #define IPC_INF_SIZE ( 1 << 9 ) 95 #define IPC_INF_TRACKERS ( 1 << 10 ) 96 #define IPC_INF__MAX ( 1 << 11 ) 94 97 98 /* Ditto for these */ 95 99 #define IPC_ST_COMPLETED ( 1 << 0 ) 96 100 #define IPC_ST_DOWNSPEED ( 1 << 1 )
Note: See TracChangeset
for help on using the changeset viewer.