Changeset e846bec in mainline for uspace/app/pcapctl/main.c
- Timestamp:
- 2024-03-10T10:46:00Z (9 months ago)
- Children:
- e4cc266
- Parents:
- 325ea9c (diff), 6eab537d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcapctl/main.c
r325ea9c re846bec 40 40 41 41 #define NAME "pcapctl" 42 43 #define LOGGER(msg, ...) \44 fprintf(stderr, \45 "[PCAP %s:%d]: " msg "\n", \46 __FILE__, __LINE__, \47 ##__VA_ARGS__\48 )49 42 50 43 pcapctl_sess_t sess;
Note:
See TracChangeset
for help on using the changeset viewer.