Changeset 3882 in MondoRescue for branches/3.3/mondo/src/include
- Timestamp:
- Mar 10, 2024, 12:46:53 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/include/my-stuff.h
r3879 r3882 170 170 * Determine whether @p x (t_bkptype) is a streaming backup. 171 171 */ 172 #define IS_THIS_A_STREAMING_BACKUP(x) (x == tape || x == udev || x == cdstream)172 #define IS_THIS_A_STREAMING_BACKUP(x) (x == tape || x == udev) 173 173 174 174
Note:
See TracChangeset
for help on using the changeset viewer.